UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 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 CropInterimOff = /*#__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.28 2.22a.75.75 0 1 0-1.06 1.06l1.06 1.06a2.49 2.49 0 0 0 1.26 3.47l-.82 5.31A2.5 2.5 0 1 0 6.5 17h7a2.5 2.5 0 0 0 3.16.72l1.8 1.8a4.98 4.98 0 0 1-5.95-.02h.84a.75.75 0 0 0-.1-1.5h-2.6a.75.75 0 0 0-.65.75v2.6c.05.37.37.65.75.65h.1a.75.75 0 0 0 .65-.75v-.63a6.48 6.48 0 0 0 8.04-.02l1.18 1.18a.75.75 0 0 0 1.06-1.06L3.28 2.22zm10 12.13c-.17.34-.28.73-.28 1.15H7v-.19a2.5 2.5 0 0 0-1.76-2.2l.8-5.16c.22-.05.42-.13.62-.23l6.63 6.63zM7.18 4l1.5 1.5h3.3l.01.17a2.5 2.5 0 0 0 1.97 2.28l.52 3.35 1.8 1.8-.82-5.3A2.5 2.5 0 1 0 12.49 4h-5.3z" }), /*#__PURE__*/React.createElement("path", { d: "m20.25 17.07 1.16 1.16a6.5 6.5 0 0 0-4.74-9.12l.25 1.6a5 5 0 0 1 3.33 6.36z" })); }); CropInterimOff.displayName = 'CropInterimOff'; export var CropInterimOffDimensions = { height: 24, width: 24 };