@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.4 kB
JavaScript
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: "M6.75 3.93A2.75 2.75 0 0 0 4 6.68v9.57a.75.75 0 1 0 1.5 0V6.68c0-.69.56-1.25 1.25-1.25h9.5c.69 0 1.25.56 1.25 1.25v4.6c.47-.21.99-.3 1.5-.27V6.68a2.75 2.75 0 0 0-2.75-2.75h-9.5zM20.3 12.56l-.12-.1v-.01a2.26 2.26 0 0 0-2.96.21l-3.8 3.87c-.24.24-.4.53-.5.85l-.59 1.95c-.57.08-1.07.08-1.6 0a.04.04 0 0 1-.03-.06l.03-.07c.07-.15.19-.4.22-.64a1.1 1.1 0 0 0-.05-.54 1 1 0 0 0-.42-.51c-.32-.2-.72-.22-1.07-.2a5.84 5.84 0 0 0-2.37.65c-.58.27-1.15.54-1.77.54a2 2 0 0 1-.64-.1c-.12-.04-.26.05-.23.18.06.23.16.54.4.78a1.08 1.08 0 0 0 1.1.28c1.45-.43 2.42-.66 3.05-.76.13-.03.23.1.19.23-.06.2-.15.58.03.97.2.41.6.58.95.65a6.86 6.86 0 0 0 3.49-.15l.12-.03a13.8 13.8 0 0 0 .6-.2l1.4-.45c.33-.1.64-.3.88-.54l3.8-3.86a2 2 0 0 0 .01-2.83l-.11-.11z"
}));
});
DrawShape.displayName = 'DrawShape';
export var DrawShapeDimensions = {
height: 24,
width: 24
};