UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.54 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DrawImage = /*#__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: "m15.66 14.7-2.08-2.05-.13-.12c-.84-.7-2.06-.7-2.9 0l-.13.12-6.23 6.12a.7.7 0 0 1-1.2-.5V6.25C3 4.45 4.46 3 6.26 3h11.5C19.55 3 21 4.46 21 6.25v4.76c-.93-.08-1.9.24-2.6.95l-2.74 2.73ZM13.5 8.24a2.25 2.25 0 1 0 4.5 0 2.25 2.25 0 0 0-4.5 0Zm2.25-.75a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Zm-4.28 6.22.09-.07c.26-.2.61-.2.87-.01l.1.08 2.07 2.03-2.11 2.11c-.44.44-.76.98-.93 1.57a3 3 0 0 0-1.41-1.13 2.7 2.7 0 0 0-1.94.04l-.11.04c-.48.17-.87-.41-.53-.8l.2-.24 3.7-3.62Zm7.63-1.05-5.9 5.9c-.35.35-.6.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-.6.42-1.12.8-1.5.87-.52.12-1.16-.12-1.63-.38-.2-.1-.48.08-.38.3.24.52.73 1.12 1.7 1.25.99.12 1.77-.35 2.56-.82.58-.35 1.16-.7 1.82-.8.09-.01.15.1.1.17-.24.48-.35 1.37.22 1.82.85.66 3.24.29 3.83.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" })); }); DrawImage.displayName = 'DrawImage'; export var DrawImageDimensions = { height: 24, width: 24 };