@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 904 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Pen = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M32.2 6.03a6.9 6.9 0 1 1 9.77 9.76l-2.23 2.24.94 1a4.25 4.25 0 0 1-.1 5.9l-3.45 3.45a1.25 1.25 0 0 1-1.76-1.76l3.44-3.45c.67-.67.69-1.75.04-2.43l-.88-.94-20.16 20.16a6 6 0 0 1-2.76 1.58l-9.49 2.42a1.25 1.25 0 0 1-1.52-1.52l2.43-9.48a6 6 0 0 1 1.57-2.76L32.2 6.03Z"
}));
});
Pen.displayName = 'Pen';
export var PenDimensions = {
height: 48,
width: 48
};