UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.02 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TextEditStyle = /*#__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: "M20.06 8.45a3.22 3.22 0 0 1 0 4.55l-7.11 7.1c-.27.27-.61.47-.98.57l-4.61 1.3a.75.75 0 0 1-.92-.94l1.38-4.54c.11-.35.3-.67.56-.93l7.13-7.12a3.22 3.22 0 0 1 4.55 0ZM8.16 2.37l.04.1 3.25 8.25-1.15 1.16L9.56 10H5.44l-1 2.52a.75.75 0 0 1-.87.45l-.1-.03a.75.75 0 0 1-.45-.87l.03-.1 3.76-9.5a.75.75 0 0 1 1.34-.1ZM7.5 4.79 6.04 8.5h2.92L7.5 4.8Z" })); }); TextEditStyle.displayName = 'TextEditStyle'; export var TextEditStyleDimensions = { height: 24, width: 24 };