@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 953 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var InkingTool = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M4.02 2a2 2 0 0 0-2 2v.81A1 1 0 0 0 2 5v2a3 3 0 0 0 3 3h22a3 3 0 0 0 3-3V4a2 2 0 0 0-2-2H4.02Zm9 24c.02.82.21 1.72.62 2.45.43.78 1.2 1.54 2.34 1.55h.04c1.14-.01 1.91-.77 2.34-1.55.4-.73.6-1.63.62-2.45h-5.96Zm6.94-3.1L25.48 12H6.52l5.51 10.9a2 2 0 0 0 1.79 1.1h4.36a2 2 0 0 0 1.78-1.1Z"
}));
});
InkingTool.displayName = 'InkingTool';
export var InkingToolDimensions = {
height: 32,
width: 32
};