@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 924 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Broom = /*#__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: "M22.45 1.92c.3.3.3.77 0 1.06L16.14 9.3a6.81 6.81 0 0 0-1.07-1.06l6.32-6.32c.3-.29.77-.29 1.06 0zM15.03 9.35a5.75 5.75 0 0 0-8.13 0l-.25.24 8.13 8.13.25-.24a5.75 5.75 0 0 0 0-8.13zM1.88 12.97l3.62-2.41 8.32 8.32-2.41 3.61a.75.75 0 0 1-1.16.12l-8.48-8.49a.75.75 0 0 1 .11-1.15z"
}));
});
Broom.displayName = 'Broom';
export var BroomDimensions = {
height: 24,
width: 24
};