Skip to content

Commit 108509a

Browse files
committed
docs(clayui.com): Adds alias stop to square icon, add send icon, and input should expand full width
1 parent 0fd5cf5 commit 108509a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/clay-icon/docs/IconSearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const IconSearch = ({
3838

3939
return (
4040
<>
41-
<div className="input-group">
41+
<div className="form-group">
4242
<label className="form-control-label">
4343
<span className="form-control-label-text">{label}</span>
4444

packages/clay-icon/docs/aliases.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,6 +1608,10 @@ export const iconsData = [
16081608
aliases: ['input', 'multiple', 'options'],
16091609
name: 'select',
16101610
},
1611+
{
1612+
aliases: [''],
1613+
name: 'send',
1614+
},
16111615
{
16121616
aliases: ['engine', 'search', 'keyword'],
16131617
name: 'seo',
@@ -1721,7 +1725,7 @@ export const iconsData = [
17211725
name: 'square-hole',
17221726
},
17231727
{
1724-
aliases: ['task', 'workflow'],
1728+
aliases: ['stop', 'task', 'workflow'],
17251729
name: 'square',
17261730
},
17271731
{

0 commit comments

Comments
 (0)