@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.21 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DrawText = /*#__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: "M12.24 13.15H7.76L10 6.75l2.24 6.4Zm.7 2 .33.93 1.57-1.57-3.76-10.75a1.14 1.14 0 0 0-2.15 0L4.06 17.67a1 1 0 1 0 1.88.66l1.12-3.18h5.88Zm.26 2.42 5.9-5.9a2.29 2.29 0 1 1 3.23 3.23l-5.9 5.9c-.34.35-.78.6-1.25.71l-1.83.46-.15.03c-.59.2-2.98.57-3.82-.1-.58-.44-.46-1.33-.22-1.81.04-.08-.02-.18-.1-.17-.67.1-1.25.45-1.83.8-.79.47-1.57.94-2.55.82a2.08 2.08 0 0 1-1.71-1.26c-.1-.21.18-.4.39-.29.46.26 1.1.5 1.63.38.37-.08.9-.45 1.5-.87 1.06-.76 2.33-1.65 3.28-1.27.84.34 1.46 1.15 1.03 2.11-.05.12 0 .27.13.3.42.1.78.06 1.13-.1l.43-1.72c.12-.47.36-.9.7-1.25Z"
}));
});
DrawText.displayName = 'DrawText';
export var DrawTextDimensions = {
height: 24,
width: 24
};