Skip to content

Commit

Permalink
feat(@clayui/css): Add new video-streaming icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ilzamcmed committed Dec 13, 2023
1 parent 411bce6 commit 95c27dd
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@ const iconsData = {
"users": '"client", "contacts", "people"',
"vertical-scroll": '"arrows", "expand"',
"video": '"multimedia", "play"',
"video-streaming": '"video", "streaming", "direct", "video-streaming"',
"view": '"eye", "see", "show"',
"vocabulary": '"abc", "editor", "order", "text"',
"warehouse": '"boxes", "deposit", "house", "inventory", "stock"',
Expand Down
2 changes: 1 addition & 1 deletion clayui.com/static/images/icons/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions clayui.com/static/js/icons-autogenerated.json
Original file line number Diff line number Diff line change
Expand Up @@ -1583,6 +1583,10 @@
"name": "vertical-scroll",
"aliases": ["arrows", "expand"]
},
{
"name": "video-streaming",
"aliases": ["video", "streaming", "direct", "video-streaming"]
},
{
"name": "video",
"aliases": ["multimedia", "play"]
Expand Down
7 changes: 7 additions & 0 deletions packages/clay-css/src/images/icons/video-streaming.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/clay-css/src/scss/functions/_lx-icons-generated.scss
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,8 @@

'vertical-scroll': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" d="M333.1 365.1c-8.9 0-17.9 3.4-24.7 10.2L288 395.8V116.2l20.4 20.4c13.6 13.6 35.7 13.6 49.3 0 13.6-13.6 13.6-35.7 0-49.3l-77.1-77.1C274.1 3.7 265.3 0 256 0s-18.1 3.7-24.7 10.2l-77.1 77.1c-13.6 13.6-13.6 35.7 0 49.3 6.8 6.8 15.7 10.2 24.7 10.2 8.9 0 17.9-3.4 24.7-10.2l20.4-20.4v279.5l-20.4-20.4c-13.6-13.6-35.7-13.6-49.3 0-13.6 13.6-13.6 35.7 0 49.3l77.1 77.1c.8.8 1.7 1.6 2.5 2.3 5.7 5.5 13.5 8.9 22.1 8.9 8.6 0 16.4-3.4 22.1-8.9.9-.7 1.7-1.5 2.5-2.3l77.1-77.1c13.6-13.6 13.6-35.7 0-49.3-6.7-6.8-15.7-10.2-24.6-10.2z" fill="#{$color}"/></svg>',

'video-streaming': '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path class="lexicon-icon-outline" d="M13.238 3.6c.35-.227.452-.698.189-1.021a7 7 0 0 0-10.853-.001c-.264.323-.161.794.188 1.02.35.228.814.124 1.087-.191a5.49 5.49 0 0 1 8.303 0c.273.316.736.42 1.086.193Z" fill="#{$color}"/><path d="M10.969 4.32c.184.203.127.516-.098.673-.226.158-.533.1-.726-.097a3.005 3.005 0 0 0-4.362.076c-.186.203-.491.272-.722.123-.23-.15-.298-.46-.121-.67a4 4 0 0 1 6.029-.106Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 6H2C.896 6 0 6.897 0 8v6c0 1.103.896 2 2 2h12c1.104 0 2-.897 2-2V8c0-1.103-.896-2-2-2H9a1 1 0 1 0-2 0Zm-.5 2.5 4 2.5-4 2.5v-5Z"/></svg>',

'video': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" d="M448 0H64C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM192 352V160l160 96-160 96z" fill="#{$color}"/></svg>',

'view': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" d="M5.1 273.3c127.1 192 374.7 188.6 501.6-.1 7-10.4 7-24.5.1-34.9-128.2-192.5-374.4-187-501.5.2-7 10.3-7.1 24.3-.2 34.8zm58.6-17.5c120.8-137.8 266.3-139.6 384.5 0-118.2 137.7-264.3 135.9-384.5 0zm220.2-91.4c-91.6-26-160.9 74.5-102.8 151.5 57.4 75.2 195.5 24.2 166.5-87.9-46.2 76.3-138.9-18.5-63.7-63.6z" fill="#{$color}"/></svg>',
Expand Down

0 comments on commit 95c27dd

Please sign in to comment.