@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.7 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var InkStroke = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M3 2.9A1 1 0 0 1 4.1 2l3.74.35c2.66.27 5.2.59 7.3.95 2.04.35 3.8.76 4.76 1.27.25.13.52.3.73.55.22.26.44.66.35 1.16-.08.46-.38.77-.61.96-.25.2-.55.35-.88.48-1.27.53-3.66 1.03-7.4 1.51-1.67.22-2.91.44-3.8.64l.69.14c1.21.22 2.75.41 4.38.56a37 37 0 0 1 3.72.51c.57.11 1.1.24 1.57.38.43.14.88.31 1.22.55.16.11.38.3.53.58.17.32.2.72.04 1.1-.15.31-.4.52-.58.65-.2.13-.44.25-.69.34-.95.37-2.66.7-5.3 1.02-2.6.31-4.17.7-5.03 1.1-.34.15-.51.28-.59.36l.18.2c.18.18.44.37.79.57.68.4 1.56.78 2.41 1.07l3.25 1.05a1 1 0 1 1-.61 1.9L11 20.9c-.94-.32-1.96-.75-2.8-1.25a6.33 6.33 0 0 1-1.15-.84c-.32-.3-.64-.71-.77-1.22a1.83 1.83 0 0 1 .34-1.6c.33-.43.82-.75 1.4-1.01 1.14-.52 2.96-.95 5.62-1.26 1.59-.2 2.76-.38 3.59-.56l-.54-.12c-1.05-.2-2.31-.37-3.5-.48a51.94 51.94 0 0 1-4.57-.59c-.65-.12-1.24-.25-1.73-.4a4.5 4.5 0 0 1-1.29-.55 1.55 1.55 0 0 1-.54-.65c-.16-.39-.12-.8.07-1.13.17-.28.4-.46.6-.58.2-.13.45-.24.7-.34 1.01-.37 2.77-.72 5.41-1.07 3.23-.42 5.27-.83 6.4-1.2-.77-.26-1.94-.52-3.44-.78-2.03-.35-4.53-.66-7.16-.93L3.91 4A1 1 0 0 1 3 2.9z"
}));
});
InkStroke.displayName = 'InkStroke';
export var InkStrokeDimensions = {
height: 24,
width: 24
};