Skip to content

Commit

Permalink
fix: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
renrizzolo committed Jan 10, 2023
1 parent 0dd3e45 commit a6876e0
Show file tree
Hide file tree
Showing 40 changed files with 341 additions and 35 deletions.
6 changes: 6 additions & 0 deletions icons/src/iconNames.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ export const iconNames = [
'AvailabilitySurveyJourney',
'BarChart',
'Bookmark',
'BookmarkAi',
'BookmarkAi2',
'BookmarkFilled',
'BookmarkFilledNew',
'BookmarkFilledXd',
'BookmarkNew',
'BookmarkXd',
'Budget',
'BufferAdServer',
'Calculator',
Expand Down
2 changes: 1 addition & 1 deletion icons/src/react/AvailabilitySurveyJourney.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const SvgAvailabilitySurveyJourney = (props) => {
d="M461.6 70h-24.3c-1.2 0-1.2 1.9 0 1.9h24.3c1.2 0 1.2-1.9 0-1.9zm0-11.6h-24.3c-1.2 0-1.2 1.9 0 1.9h24.3c1.2 0 1.2-1.9 0-1.9zm0-11.7h-24.3c-1.2 0-1.2 1.9 0 1.9h24.3c1.2.1 1.2-1.9 0-1.9zm-29.5-2H428c-.5 0-1 .4-1 1v4.1c0 .5.4 1 1 1h4.1c.5 0 1-.4 1-1v-4.1c-.1-.6-.5-1-1-1zm0 11.6H428c-.5 0-1 .4-1 1v4.1c0 .5.4 1 1 1h4.1c.5 0 1-.4 1-1v-4.1c-.1-.6-.5-1-1-1zm0 11.6H428c-.5 0-1 .4-1 1V73c0 .5.4 1 1 1h4.1c.5 0 1-.4 1-1v-4.1c-.1-.5-.5-1-1-1z"
/>
<path
fill="#333"
fill={color}
d="M62.7 39.4c-.5 0-1 .4-1 1V48h-7.6c-.5 0-1 .4-1 1 0 .5.4 1 1 1h7.6v7.6c0 .5.4 1 1 1 .5 0 1-.4 1-1V50h7.6c.5 0 1-.4 1-1 0-.5-.4-1-1-1h-7.6v-7.6c0-.5-.4-1-1-1zm162.9 0c-.5 0-1 .4-1 1V48H217c-.5 0-1 .4-1 1 0 .5.4 1 1 1h7.6v7.6c0 .5.4 1 1 1 .5 0 1-.4 1-1V50h7.6c.5 0 1-.4 1-1 0-.5-.4-1-1-1h-7.6v-7.6c0-.5-.4-1-1-1zM376.1 48c-.5 0-1 .4-1 1 0 .5.4 1 1 1h17.2c.5 0 1-.4 1-1 0-.5-.4-1-1-1h-17.2zm0 9.4c-.5 0-1 .4-1 1 0 .5.4 1 1 1h17.2c.5 0 1-.4 1-1 0-.5-.4-1-1-1h-17.2z"
/>
<path
Expand Down
33 changes: 33 additions & 0 deletions icons/src/react/BookmarkAi.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
import * as React from 'react';
import PropTypes from 'prop-types';
import classnames from 'classnames';

const SvgBookmarkAi = (props) => {
const { className, color = 'currentColor', size = 16, ...rest } = props;
return (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
xmlSpace="preserve"
enableBackground="new 0 0 16 16"
{...rest}
className={classnames('svg-icon', className)}
width={size}
height={size}
>
<path
d="M382.8 323.4H374c-.2 0-.3.2-.3.3v14.8c0 .2.1.4.2.6.1.2.4.3.6.3.2 0 .4-.1.6-.2l3.3-3.3 3.4 3.3c.1.1.3.2.5.2.5 0 .8-.4.8-.9v-14.8c0-.2-.2-.3-.3-.3zm-.4 15.1c0 .2-.2.2-.2.2l-3.6-3.5c-.1-.1-.3-.1-.5 0l-3.6 3.5c-.1.1-.1.1-.2 0 0 0-.1-.1-.1-.2V324h8.1l.1 14.5z"
transform="translate(-370.376 -323.354)"
fill={color}
/>
</svg>
);
};

SvgBookmarkAi.propTypes = {
color: PropTypes.string,
size: PropTypes.number,
className: PropTypes.string,
};
SvgBookmarkAi.displayName = 'BookmarkAi';
export default SvgBookmarkAi;
31 changes: 31 additions & 0 deletions icons/src/react/BookmarkAi2.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
import * as React from 'react';
import PropTypes from 'prop-types';
import classnames from 'classnames';

const SvgBookmarkAi2 = (props) => {
const { className, color = 'currentColor', size = 16, ...rest } = props;
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={size}
height={size}
viewBox="0 0 16 16"
{...rest}
className={classnames('svg-icon', className)}
>
<path
data-name="Path 8001"
d="M12.38 0H3.62c-.19 0-.34.15-.34.34v14.78c0 .22.07.44.22.61.14.17.35.26.57.27.2 0 .4-.08.55-.22l3.35-3.3 3.43 3.32a.804.804 0 0 0 1.33-.66V.34c-.01-.18-.16-.34-.34-.34Zm-.33 15.12c0 .19-.16.2-.21.17L8.2 11.76a.332.332 0 0 0-.47 0l-3.55 3.51c-.06.05-.12.06-.16.01a.235.235 0 0 1-.05-.16V.67h8.07v14.45Z"
fill={color}
/>
</svg>
);
};

SvgBookmarkAi2.propTypes = {
color: PropTypes.string,
size: PropTypes.number,
className: PropTypes.string,
};
SvgBookmarkAi2.displayName = 'BookmarkAi2';
export default SvgBookmarkAi2;
34 changes: 34 additions & 0 deletions icons/src/react/BookmarkFilledNew.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
import * as React from 'react';
import PropTypes from 'prop-types';
import classnames from 'classnames';

const SvgBookmarkFilledNew = (props) => {
const { className, color = 'currentColor', size = 16, ...rest } = props;
return (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
{...rest}
className={classnames('svg-icon', className)}
width={size}
height={size}
>
<path
d="M12.34 0H3.57c-.18 0-.34.15-.34.34v14.79c0 .22.07.44.22.61.14.17.35.26.57.26.2 0 .4-.08.55-.22l3.35-3.3 3.43 3.32c.15.12.33.19.53.2.46-.02.82-.4.8-.86V.34c0-.19-.15-.34-.34-.34Z"
fill="none"
/>
<path
d="M3.57 0h8.77c.19 0 .34.15.34.34v14.79c0 .49-.35.87-.8.87-.19 0-.37-.07-.53-.2l-3.43-3.32-3.35 3.3c-.18.15-.36.22-.55.22-.22 0-.43-.1-.57-.26a.95.95 0 0 1-.22-.61V.34c0-.19.16-.34.34-.34Z"
fill="none"
/>
</svg>
);
};

SvgBookmarkFilledNew.propTypes = {
color: PropTypes.string,
size: PropTypes.number,
className: PropTypes.string,
};
SvgBookmarkFilledNew.displayName = 'BookmarkFilledNew';
export default SvgBookmarkFilledNew;
46 changes: 46 additions & 0 deletions icons/src/react/BookmarkFilledXd.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
import * as React from 'react';
import PropTypes from 'prop-types';
import classnames from 'classnames';

const SvgBookmarkFilledXd = (props) => {
const { className, color = 'currentColor', size = 16, ...rest } = props;
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={size}
height={size}
viewBox="0 0 16 16"
{...rest}
className={classnames('svg-icon', className)}
>
<defs>
<clipPath>
<path data-name="Rectangle 583" fill={color} d="M0 0h9.444v16H0z" />
</clipPath>
<clipPath>
<path d="M0 0h16v16H0z" />
</clipPath>
</defs>
<g data-name="Artboard \u2013 2" clipPath="url(#a)">
<path fill="#fff" d="M0 0h16v16H0z" />
<g data-name="Group 349">
<g data-name="Group 350" clipPath="url(#b)" transform="translate(3)">
<path
data-name="Path 8002"
d="M9.1 0H.338A.338.338 0 0 0 0 .338v14.788a.921.921 0 0 0 .217.607.759.759 0 0 0 .572.267.855.855 0 0 0 .55-.217l3.347-3.3 3.429 3.322a.8.8 0 0 0 1.328-.662V.341A.338.338 0 0 0 9.108 0Z"
fill={color}
/>
</g>
</g>
</g>
</svg>
);
};

SvgBookmarkFilledXd.propTypes = {
color: PropTypes.string,
size: PropTypes.number,
className: PropTypes.string,
};
SvgBookmarkFilledXd.displayName = 'BookmarkFilledXd';
export default SvgBookmarkFilledXd;
34 changes: 34 additions & 0 deletions icons/src/react/BookmarkNew.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
import * as React from 'react';
import PropTypes from 'prop-types';
import classnames from 'classnames';

const SvgBookmarkNew = (props) => {
const { className, color = 'currentColor', size = 16, ...rest } = props;
return (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
{...rest}
className={classnames('svg-icon', className)}
width={size}
height={size}
>
<path
d="M12.34 0H3.57c-.18 0-.34.15-.34.34v14.79c0 .22.07.44.22.61.14.17.35.26.57.26.2 0 .4-.08.55-.22l3.35-3.3 3.43 3.32c.15.12.33.19.53.2.46-.02.82-.4.8-.86V.34c0-.19-.15-.34-.34-.34Z"
fill={color}
/>
<path
d="M3.89.66v14.47c0 .07.02.13.05.17.02.02.05.04.08.04s.07-.02.11-.05l3.78-3.73 3.86 3.74s.06.03.1.04c.08 0 .14-.09.14-.21V.66H3.89M3.57 0h8.77c.19 0 .34.15.34.34v14.79c0 .49-.35.87-.8.87-.19 0-.37-.07-.53-.2l-3.43-3.32-3.35 3.3c-.18.15-.36.22-.55.22-.22 0-.43-.1-.57-.26a.95.95 0 0 1-.22-.61V.34c0-.19.16-.34.34-.34Z"
fill={color}
/>
</svg>
);
};

SvgBookmarkNew.propTypes = {
color: PropTypes.string,
size: PropTypes.number,
className: PropTypes.string,
};
SvgBookmarkNew.displayName = 'BookmarkNew';
export default SvgBookmarkNew;
44 changes: 44 additions & 0 deletions icons/src/react/BookmarkXd.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
import * as React from 'react';
import PropTypes from 'prop-types';
import classnames from 'classnames';

const SvgBookmarkXd = (props) => {
const { className, color = 'currentColor', size = 16, ...rest } = props;
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={size}
height={size}
viewBox="0 0 16 16"
{...rest}
className={classnames('svg-icon', className)}
>
<defs>
<clipPath>
<path data-name="Rectangle 581" fill={color} d="M0 0h9.444v16H0z" />
</clipPath>
<clipPath>
<path d="M0 0h16v16H0z" />
</clipPath>
</defs>
<g data-name="Artboard \u2013 1" clipPath="url(#a)">
<path fill="#fff" d="M0 0h16v16H0z" />
<g data-name="Group 348" clipPath="url(#b)" transform="translate(3.278)">
<path
data-name="Path 8001"
d="M9.1 0H.338A.338.338 0 0 0 0 .338v14.788a.925.925 0 0 0 .217.608.761.761 0 0 0 .571.266.846.846 0 0 0 .55-.217l3.348-3.3 3.429 3.322a.8.8 0 0 0 1.328-.662V.342A.338.338 0 0 0 9.108 0Zm-.333 15.125c0 .195-.165.2-.206.172l-3.644-3.531a.335.335 0 0 0-.471 0L.891 15.275c-.064.053-.122.063-.165.013a.247.247 0 0 1-.051-.164V.673h8.093Z"
fill={color}
/>
</g>
</g>
</svg>
);
};

SvgBookmarkXd.propTypes = {
color: PropTypes.string,
size: PropTypes.number,
className: PropTypes.string,
};
SvgBookmarkXd.displayName = 'BookmarkXd';
export default SvgBookmarkXd;
2 changes: 1 addition & 1 deletion icons/src/react/DatePicker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SvgDatePicker = (props) => {
width={size}
height={size}
>
<g fill="#333">
<g fill={color}>
<path d="M12.8 1.4h-1.1v1c0 .4-.3.7-.7.7-.4 0-.7-.3-.7-.7v-1H5.8v1c0 .4-.3.7-.7.7-.4 0-.7-.3-.7-.7v-1H3.2c-.8 0-1.4.6-1.4 1.4v11.3c0 .8.6 1.4 1.4 1.4h9.6c.8 0 1.4-.6 1.4-1.4V2.8c0-.8-.6-1.4-1.4-1.4zm.5 12.7c0 .3-.2.5-.5.5H3.2c-.3 0-.5-.2-.5-.5V4.9h10.6v9.2z" />
<path d="M5.1 2.7c.1 0 .3-.1.3-.3V.8c0-.1-.1-.3-.3-.3-.1 0-.3.1-.3.3v1.6c0 .2.1.3.3.3zm5.8 0c.1 0 .3-.1.3-.3V.8c0-.1-.1-.3-.3-.3s-.3.1-.3.3v1.7c.1.1.2.2.3.2zM6.3 7.3H7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7c0 .1.1.1.1.1zm1.4 0h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7c0 .1 0 .1.1.1zm1.3 0h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1H9c-.1 0-.1 0-.1.1v.7c0 .1.1.1.1.1zm1.4 0h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7c0 .1 0 .1.1.1zm1.3 0h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7c0 .1.1.1.1.1zM3.6 9.2h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7c0 .1.1.1.1.1zm1.4 0h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1H5c-.1 0-.1 0-.1.1v.7c0 .1 0 .1.1.1zm1.3 0H7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7c0 .1.1.1.1.1zm1.4 0h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7c0 .1 0 .1.1.1zm1.3 0h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1H9c-.1 0-.1 0-.1.1v.7c0 .1.1.1.1.1zm1.4 0h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7c0 .1 0 .1.1.1zm1.3 0h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7c0 .1.1.1.1.1zm-8.1 1.9h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7l.1.1zm1.4 0h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1H5c-.1 0-.1 0-.1.1v.7s0 .1.1.1zm1.3 0H7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7l.1.1zm1.4 0h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7s0 .1.1.1zm1.3 0h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1H9c-.1 0-.1 0-.1.1v.7l.1.1zm1.4 0h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7s0 .1.1.1zm1.3 0h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7l.1.1zM3.6 13h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7l.1.1zM5 13h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1H5c-.1 0-.1 0-.1.1v.7s0 .1.1.1zm1.3 0H7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7l.1.1zm1.4 0h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1h-.7c-.1 0-.1 0-.1.1v.7s0 .1.1.1zM9 13h.7c.1 0 .1 0 .1-.1v-.7c0-.1 0-.1-.1-.1H9c-.1 0-.1 0-.1.1v.7l.1.1z" />
</g>
Expand Down
4 changes: 2 additions & 2 deletions icons/src/react/Duplicate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ const SvgDuplicate = (props) => {
height={size}
>
<path
fill="#333"
fill={color}
d="m14.2 3.9-3-3.3c-.1-.1-.2-.1-.3-.1h-5c-.7 0-1.3.6-1.3 1.3v.6h.9v-.6c0-.2.2-.4.4-.4h4.5v3.2c0 .1.1.2.2.2h2.7v7c0 .2-.2.4-.4.4h-1.2v.9H13c.7 0 1.3-.6 1.3-1.3V4.2c0-.1 0-.2-.1-.3zm-3.3-2.2 2.5 2.7h-2.5V1.7z"
/>
<path
fill="#333"
fill={color}
d="M8.3 3c-.1-.1-.3-.1-.4-.1H3c-.7 0-1.3.6-1.3 1.3v10c0 .7.6 1.3 1.3 1.3h7.1c.7 0 1.3-.6 1.3-1.3V6.6c0-.1 0-.2-.1-.3L8.3 3zm2 3.6H8.2V4.3l2.1 2.3zm-.2 8H3c-.2 0-.4-.2-.4-.4v-10c0-.2.2-.4.4-.4h4.7v2.9c.1.2.2.3.3.3h2.5v7.2c0 .2-.2.4-.4.4z"
/>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion icons/src/react/ExpandArrows.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SvgExpandArrows = (props) => {
>
<path
d="M.6 15.3c.1.1.2.1.4.1l4.7-.7c.1 0 .2-.1.2-.1l.1-.1v-.1c0-.1 0-.3-.1-.4l-1.3-1.3 2.5-2.4c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0l-2.5 2.4-.6-.6L2 10s-.1 0-.1-.1h-.3c-.1 0-.3.2-.3.3l-.7 4.7c-.1.2-.1.3 0 .4zM15.4.6c-.1-.1-.2-.1-.4-.1l-4.7.7c-.1 0-.2.1-.2.1l-.1.1v.1c0 .1 0 .3.1.4l1.3 1.3-2.5 2.4c-.4.4-.4 1 0 1.4.4.4 1 .4 1.4 0l2.5-2.4.6.6.6.7s.1 0 .1.1h.3c.1 0 .3-.2.3-.3l.8-4.7c0-.1 0-.3-.1-.4z"
fill="#333"
fill={color}
/>
</svg>
);
Expand Down
2 changes: 1 addition & 1 deletion icons/src/react/MultiflightPackage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SvgMultiflightPackage = (props) => {
>
<path
d="M15.2 1.8s0-.1-.1-.1h-.3L1 8.1c-.1 0-.2.2-.2.3 0 .1.1.3.2.3l4.3 1.4 1.8 4c0 .1.1.1.1.1s.1.1.2.1h.1c.1 0 .1 0 .2-.1l.1-.1 1.6-2.7 4.4 1.4c.1 0 .2 0 .3-.1s.2-.2.2-.3l.9-10.6c0 .1 0 .1 0 0zm-2.6 1.6-7 6.1-3.4-1.2 10.4-4.9zm-4.2 7.7.4.1-.5.9.1-1zm-.6-.7-.4 2.3L6.1 10l6.1-5.3-4.4 5.7zm5.8 1.7-4.2-1.4-.7-.3 5.7-7.3-.8 9z"
fill="#333"
fill={color}
/>
</svg>
);
Expand Down
2 changes: 1 addition & 1 deletion icons/src/react/Pause.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const SvgPause = (props) => {
height={size}
>
<path
fill="#333"
fill={color}
d="M4.8 13.7c-.8 0-1.5-.7-1.5-1.5V3.8c0-.8.7-1.5 1.5-1.5s1.4.7 1.4 1.5v8.4c0 .8-.6 1.5-1.4 1.5zm6.4 0c-.8 0-1.5-.7-1.5-1.5V3.8c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5v8.4c.1.8-.6 1.5-1.5 1.5z"
/>
<path fill="none" d="M0 0h16v16H0z" />
Expand Down
2 changes: 1 addition & 1 deletion icons/src/react/Pencil.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const SvgPencil = (props) => {
height={size}
>
<path
fill="#333"
fill={color}
d="M.5 11.7v3.1c0 .2 0 .4.2.5s.4.2.5.2h3.1c.2 0 .4 0 .5-.2L15.4 4.8c.2-.2.2-.7 0-.9L12.3.6c-.2-.2-.7-.2-.9 0l-2.2 2-8.5 8.5c0 .2-.2.4-.2.6zm11.2-9.8 2.2 2.2-1.3 1.3-2-2.2 1.1-1.3zM2 11.9l7.8-7.8L12 6.3l-8 7.8H1.8l.2-2.2z"
/>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion icons/src/react/ProductPositionAtf.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SvgProductPositionAtf = (props) => {
>
<path d="M91.9 10.7H8.1c-1.7 0-3.1 1.4-3.1 3.1v72.4c0 1.7 1.4 3.1 3.1 3.1h83.7c1.7 0 3.1-1.4 3.1-3.1V13.8c.1-1.7-1.3-3.1-3-3.1zm-3.2 72.4H11.3V29h77.5v54.1z" />
<path
fill="#333"
fill={color}
d="M81.7 34.3H18.3c-1 0-1.9.8-1.9 1.9v11.1c0 1 .8 1.9 1.9 1.9h63.4c1 0 1.9-.8 1.9-1.9V36.1c0-1-.8-1.8-1.9-1.8z"
/>
<path
Expand Down
2 changes: 1 addition & 1 deletion icons/src/react/ProductPositionBtf.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SvgProductPositionBtf = (props) => {
>
<path d="M91.9 10.7H8.1c-1.7 0-3.1 1.4-3.1 3.1v72.4c0 1.7 1.4 3.1 3.1 3.1h83.7c1.7 0 3.1-1.4 3.1-3.1V13.8c.1-1.7-1.3-3.1-3-3.1zm-3.2 72.4H11.3V29h77.5v54.1z" />
<path
fill="#333"
fill={color}
d="M18.1 78.6h63.4c1 0 1.9-.8 1.9-1.9V65.6c0-1-.8-1.9-1.9-1.9H18.1c-1 0-1.9.8-1.9 1.9v11.1c0 1.1.8 1.9 1.9 1.9z"
/>
<path
Expand Down
10 changes: 5 additions & 5 deletions icons/src/react/ProductPositionExpandable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@ const SvgProductPositionExpandable = (props) => {
d="M65.3 32H34.7c-1.1 0-2.1.9-2.1 2.1v45.4c0 1.1.9 2.1 2.1 2.1h30.6c1.1 0 2.1-.9 2.1-2.1V34c0-1.1-1-2-2.1-2zm17.2 0H75c-1.1 0-2.1.9-2.1 2.1v45.4c0 1.1.9 2.1 2.1 2.1h7.5c1.1 0 2.1-.9 2.1-2.1V34c0-1.1-1-2-2.1-2zM25 59.2h-7.5c-1.1 0-2.1.8-2.1 1.7v18.8c0 1 .9 1.7 2.1 1.7H25c1.1 0 2.1-.8 2.1-1.7V60.9c0-.9-.9-1.7-2.1-1.7z"
/>
<path
fill="#333"
stroke="#333"
fill={color}
stroke={color}
strokeMiterlimit={10}
d="M25 32h-7.5c-1.1 0-2.1.9-2.1 2.1V53c0 1.1.9 2.1 2.1 2.1H25c1.1 0 2.1-.9 2.1-2.1V34c0-1.1-.9-2-2.1-2z"
/>
<path
fill="none"
stroke="#333"
stroke={color}
strokeWidth={0.45}
strokeMiterlimit={5}
strokeDasharray="1.0137,1.0137,1.0137,1.0137,1.0137,1.0137"
d="M82.9 32H17.1c-.9 0-1.6.7-1.6 1.6v35.5c0 .9.7 1.6 1.6 1.6H83c.9 0 1.6-.7 1.6-1.6V33.6c0-.9-.8-1.6-1.7-1.6z"
/>
<path
opacity={0.3}
fill="#333"
fill={color}
d="M82.9 32H17.1c-.9 0-1.6.7-1.6 1.6v35.5c0 .9.7 1.6 1.6 1.6H83c.9 0 1.6-.7 1.6-1.6V33.6c0-.9-.8-1.6-1.7-1.6z"
/>
<path
opacity={0.3}
fill="#333"
fill={color}
d="m80.9 34.7-1.1 1.1-1.1-1.1-.7.7 1.1 1.1-1.1 1.1.7.7 1.1-1.1 1.1 1.1.7-.7-1.1-1.1 1.1-1.1-.7-.7z"
/>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion icons/src/react/ProductPositionInterstitial.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SvgProductPositionInterstitial = (props) => {
>
<path d="M96.5 6.3h-93C1.6 6.3 0 7.9 0 9.8v80.4c0 1.9 1.6 3.5 3.5 3.5h93.1c1.9 0 3.5-1.6 3.5-3.5V9.8c-.1-1.9-1.7-3.5-3.6-3.5zm-3.4 80.5H6.9V26.7H93v60.1z" />
<path
fill="#333"
fill={color}
stroke="#FFF"
strokeWidth={0.023}
strokeMiterlimit={10}
Expand Down
2 changes: 1 addition & 1 deletion icons/src/react/ProductPositionPatf.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const SvgProductPositionPatf = (props) => {
fill="#D2D3D4"
d="M81.8 43H54.4c-1 0-1.9 1.5-1.9 3.4v30.1c0 1.9.8 3.4 1.9 3.4h27.4c1 0 1.9-1.5 1.9-3.4V46.4c0-1.9-.8-3.4-1.9-3.4z"
/>
<path fill="#333" d="M83.7 60.5V35.2c0-1-.8-1.9-1.9-1.9H54.4c-1 0-1.9.8-1.9 1.9v25.3h31.2z" />
<path fill={color} d="M83.7 60.5V35.2c0-1-.8-1.9-1.9-1.9H54.4c-1 0-1.9.8-1.9 1.9v25.3h31.2z" />
<path d="M91.9 10.7H8.1c-1.7 0-3.1 1.4-3.1 3.1v72.4c0 1.7 1.4 3.1 3.1 3.1h83.7c1.7 0 3.1-1.4 3.1-3.1V13.8c.1-1.7-1.3-3.1-3-3.1zm-3.2 72.4H11.3v-54h77.5v54h-.1z" />
<path fill="none" stroke="#F04F49" strokeWidth={1.5} strokeMiterlimit={10} d="M0 60h100" />
</svg>
Expand Down
2 changes: 1 addition & 1 deletion icons/src/react/ProductPositionRoadblock.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SvgProductPositionRoadblock = (props) => {
>
<path d="M96.5 6.3h-93C1.6 6.3 0 7.9 0 9.8v80.4c0 1.9 1.6 3.5 3.5 3.5h93.1c1.9 0 3.5-1.6 3.5-3.5V9.8c-.1-1.9-1.7-3.5-3.6-3.5zm-3.4 80.5H6.9V26.7H93v60.1z" />
<path
fill="#333"
fill={color}
stroke="#FFF"
strokeWidth={0.023}
strokeMiterlimit={10}
Expand Down
2 changes: 1 addition & 1 deletion icons/src/react/ProductPositionTakeover.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SvgProductPositionTakeover = (props) => {
width={size}
height={size}
>
<path fill="#333" stroke="#FFF" strokeWidth={0.023} strokeMiterlimit={10} d="M6.9 26.7H93v60.1H6.9z" />
<path fill={color} stroke="#FFF" strokeWidth={0.023} strokeMiterlimit={10} d="M6.9 26.7H93v60.1H6.9z" />
<path d="M96.5 6.3h-93C1.6 6.3 0 7.9 0 9.8v80.4c0 1.9 1.6 3.5 3.5 3.5h93.1c1.9 0 3.5-1.6 3.5-3.5V9.8c-.1-1.9-1.7-3.5-3.6-3.5zm-3.4 80.5H6.9V26.7H93v60.1z" />
<path
fill="none"
Expand Down
Loading

0 comments on commit a6876e0

Please sign in to comment.