@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 889 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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M25.78 2.22c.3.3.3.77 0 1.06l-8.26 8.26a6.75 6.75 0 0 1-.5 8.98l-.21.22-9.56-9.55.23-.22a6.75 6.75 0 0 1 8.98-.5l8.26-8.25c.3-.3.77-.3 1.06 0ZM6.05 12.11l-3.7 2.25a.75.75 0 0 0-.13 1.17l10.25 10.25a.75.75 0 0 0 1.17-.14l2.25-3.69-9.84-9.84Z"
}));
});
Broom.displayName = 'Broom';
export var BroomDimensions = {
height: 28,
width: 28
};