@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 991 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CalligraphyPen = /*#__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: "M7.5 2.75a.75.75 0 0 0-1.5 0v3c0 .9.67 1.64 1.54 1.74l-1.01 2.5c-.41 1-.37 2.19.12 3.15l3.99 7.95c.14.3.36.53.61.69V12.3a1.5 1.5 0 1 1 1.5 0v9.48c.25-.16.47-.4.61-.7l4-7.94c.48-.96.52-2.14.11-3.15l-1.01-2.5c.87-.1 1.54-.84 1.54-1.74v-3a.75.75 0 0 0-1.5 0v3c0 .14-.11.25-.25.25h-8.5a.25.25 0 0 1-.25-.25v-3z"
}));
});
CalligraphyPen.displayName = 'CalligraphyPen';
export var CalligraphyPenDimensions = {
height: 24,
width: 24
};