UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.23 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ImageEdit = /*#__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: "m11.56 13.65-.09.07-6.92 6.8c.5.3 1.08.48 1.7.48h4.91l.36-1.42c.16-.65.5-1.24.97-1.72l2.1-2.1-2.07-2.04-.09-.08a.75.75 0 0 0-.87 0Zm4.94-5.4a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Zm-.84 6.44-2.08-2.04-.13-.12c-.84-.7-2.06-.7-2.9 0l-.13.12-6.93 6.8c-.31-.49-.49-1.07-.49-1.7V6.25C3 4.45 4.45 3 6.25 3h11.5C19.55 3 21 4.45 21 6.25v4.76c-.93-.08-1.9.24-2.6.95l-2.74 2.73ZM13.5 8.25a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 0 0-4.5 0Zm5.6 4.42-5.9 5.9c-.35.34-.6.78-.71 1.25l-.46 1.83c-.2.8.52 1.52 1.32 1.32l1.83-.46c.47-.12.9-.36 1.25-.7l5.9-5.9a2.29 2.29 0 0 0-3.23-3.24Z" })); }); ImageEdit.displayName = 'ImageEdit'; export var ImageEditDimensions = { height: 24, width: 24 };