@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 945 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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M19.5 4H17v2.5h2.25c.12 0 .22-.08.24-.2V4zm-4 2.5V4h-11v2.25c0 .12.08.22.2.24h10.8zM11.62 18h.79l.03.19a4.14 4.14 0 0 1-.2 2.16.25.25 0 0 1-.46 0c-.06-.14-.1-.3-.15-.45a3.99 3.99 0 0 1-.05-1.71l.04-.19zm3-10-2.64 5.95a.75.75 0 1 0 1.37.6L16.25 8h-1.63z"
}));
});
InkingToolAccent.displayName = 'InkingToolAccent';
export var InkingToolAccentDimensions = {
height: 24,
width: 24
};