@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 903 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var InkingToolAccent = /*#__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: "M3 4h26v4a1 1 0 0 1-1 1h-5a1 1 0 0 1-.1.45l-5 10a1 1 0 1 1-1.8-.9L20.89 9H4a1 1 0 0 1-1-1V4Zm14.86 21.88c0 1.86-.87 3.37-1.93 3.37-1.07 0-1.93-1.51-1.93-3.38 0-1.86.86-3.37 1.93-3.37 1.06 0 1.93 1.51 1.93 3.38Z"
}));
});
InkingToolAccent.displayName = 'InkingToolAccent';
export var InkingToolAccentDimensions = {
height: 32,
width: 32
};