Skip to content

Commit

Permalink
feat: update video icon
Browse files Browse the repository at this point in the history
  • Loading branch information
orrgottlieb committed Apr 20, 2021
1 parent d917987 commit 5510da6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monday-ui-react-core",
"version": "0.3.4",
"version": "0.3.5",
"description": "Official monday.com UI resources for application development in React.js",
"main": "dist/main.js",
"scripts": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"autosize": "4.0.2",
"classnames": "^2.2.6",
"lodash": "^4.17.19",
"monday-ui-style": "0.0.48",
"monday-ui-style": "0.0.49",
"prop-types": "^15.7.2",
"react-inlinesvg": "^2.1.1",
"react-popper": "^2.2.3",
Expand Down
14 changes: 5 additions & 9 deletions src/components/Icon/Icons/components/Video.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ import PropTypes from 'prop-types';
import React from 'react';
const Video = ({size, ...props}) => (
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<path d="M1.82227 4.56836C1.82227 3.04958 3.05348 1.81836 4.57227 1.81836H15.4294C16.9482 1.81836 18.1794 3.04958 18.1794 4.56836V15.4255C18.1794 16.9443 16.9482 18.1755 15.4294 18.1755H4.57227C3.05348 18.1755 1.82227 16.9443 1.82227 15.4255V4.56836ZM4.57227 3.31836C3.88191 3.31836 3.32227 3.878 3.32227 4.56836V15.4255C3.32227 16.1159 3.88191 16.6755 4.57227 16.6755H15.4294C16.1198 16.6755 16.6794 16.1159 16.6794 15.4255V4.56836C16.6794 3.878 16.1198 3.31836 15.4294 3.31836H4.57227Z"
fill="currentColor" fillRule="evenodd" clipRule="evenodd" />
<path d="M12.7368 9.5127C13.0877 9.72928 13.0877 10.2707 12.7368 10.4873L8.78947 12.9238C8.4386 13.1404 8 12.8696 8 12.4365L8 7.56352C8 7.13037 8.4386 6.85965 8.78947 7.07622L12.7368 9.5127Z"
stroke="currentColor" strokeWidth="1.3" />
<g>
<path d="M1.82227 4.56836C1.82227 3.04958 3.05348 1.81836 4.57227 1.81836H15.4294C16.9482 1.81836 18.1794 3.04958 18.1794 4.56836V15.4255C18.1794 16.9443 16.9482 18.1755 15.4294 18.1755H4.57227C3.05348 18.1755 1.82227 16.9443 1.82227 15.4255V4.56836ZM4.57227 3.31836C3.88191 3.31836 3.32227 3.878 3.32227 4.56836V15.4255C3.32227 16.1159 3.88191 16.6755 4.57227 16.6755H15.4294C16.1198 16.6755 16.6794 16.1159 16.6794 15.4255V4.56836C16.6794 3.878 16.1198 3.31836 15.4294 3.31836H4.57227Z"
fill="currentColor" fillRule="evenodd" clipRule="evenodd" />
<path d="M12.7368 9.5127C13.0877 9.72928 13.0877 10.2707 12.7368 10.4873L8.78947 12.9238C8.4386 13.1404 8 12.8696 8 12.4365L8 7.56352C8 7.13037 8.4386 6.85965 8.78947 7.07622L12.7368 9.5127Z"
stroke="currentColor" strokeWidth="1.3" />
<g fill="currentColor" fillRule="evenodd" clipRule="evenodd">
<path d="M1.82141 4.56839C1.82141 3.04961 3.05263 1.81839 4.57141 1.81839H15.4286C16.9473 1.81839 18.1786 3.04961 18.1786 4.56839V15.4255C18.1786 16.9443 16.9473 18.1755 15.4286 18.1755H4.57141C3.05263 18.1755 1.82141 16.9443 1.82141 15.4255V4.56839ZM4.57141 3.31839C3.88105 3.31839 3.32141 3.87803 3.32141 4.56839V15.4255C3.32141 16.1159 3.88105 16.6755 4.57141 16.6755H15.4286C16.1189 16.6755 16.6786 16.1159 16.6786 15.4255V4.56839C16.6786 3.87803 16.1189 3.31839 15.4286 3.31839H4.57141Z"
/>
<path d="M13.0783 8.95959C13.8406 9.43013 13.8406 10.5699 13.0783 11.0404L9.13091 13.4769C8.28106 14.0015 7.35002 13.2991 7.35002 12.4365L7.35002 7.56353C7.35002 6.70086 8.28106 5.99855 9.13091 6.52311L13.0783 8.95959ZM12.2888 10L8.65002 7.75399L8.65002 12.246L12.2888 10Z"
/>
</g>
</svg>
);
Expand Down

0 comments on commit 5510da6

Please sign in to comment.