UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.35 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DrawShape = /*#__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: "M3 6.25C3 4.45 4.46 3 6.25 3h11.5C19.55 3 21 4.46 21 6.25v4.76c-.93-.08-1.9.24-2.61.95l-5.9 5.9c-.44.44-.76.98-.93 1.57a3 3 0 0 0-1.42-1.13 2.7 2.7 0 0 0-1.93.04 5.46 5.46 0 0 0-.82.4l-1.7 1.03c-.46.28-.9.37-1.3.34a1.9 1.9 0 0 1-.9-.32c-.38-.25-.49-.68-.49-1V6.25Zm16.1 6.42-5.9 5.9c-.35.35-.59.78-.7 1.25l-.44 1.71c-.35.17-.7.2-1.13.1-.13-.02-.18-.17-.13-.29.43-.96-.19-1.77-1.03-2.11-.95-.38-2.22.51-3.29 1.27-.59.42-1.12.8-1.5.87-.52.12-1.16-.12-1.62-.38-.21-.1-.5.08-.4.3.25.52.74 1.12 1.72 1.25.98.12 1.76-.35 2.55-.82.58-.35 1.16-.7 1.82-.8.09-.01.15.1.1.17-.23.48-.35 1.37.23 1.82.84.66 3.23.29 3.82.09l.15-.03 1.83-.46c.47-.12.9-.36 1.25-.7l5.9-5.9a2.29 2.29 0 0 0-3.23-3.24Z" })); }); DrawShape.displayName = 'DrawShape'; export var DrawShapeDimensions = { height: 24, width: 24 };