@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CropInterim = /*#__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: "M16.67 9.1a6.5 6.5 0 1 1-5.17 11.52v.63c0 .38-.29.7-.65.74l-.1.01a.75.75 0 0 1-.75-.65v-2.6c0-.38.28-.7.64-.74h2.61a.75.75 0 0 1 .1 1.48l-.1.01h-.74a4.98 4.98 0 0 0 8-4 5 5 0 0 0-3.6-4.8l-.24-1.6zM14.5 3a2.5 2.5 0 0 1 .97 4.8l.82 5.32A2.5 2.5 0 1 1 13.5 17h-7a2.5 2.5 0 1 1-2.78-3.88l.82-5.3A2.5 2.5 0 1 1 7.5 4h4.99c.46-.6 1.18-1 2-1zM12 5.5H8c0 1.2-.84 2.2-1.96 2.45l-.8 5.16A2.5 2.5 0 0 1 7 15.31l.01.19h6a2.5 2.5 0 0 1 1.76-2.39l-.8-5.16A2.5 2.5 0 0 1 12 5.67V5.5z"
}));
});
CropInterim.displayName = 'CropInterim';
export var CropInterimDimensions = {
height: 24,
width: 24
};