@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 988 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var EraserMedium = /*#__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: "M12.65 2.64a2.25 2.25 0 0 1 3.2.02l4.9 5c.86.89.86 2.3 0 3.17l-.7.7a6.5 6.5 0 0 0-9.04 5.55L5.64 11.7 4.1 13.2c-.3.3-.3.78 0 1.07l5.1 5c.3.3.77.3 1.06 0l.8-.81c.09.58.25 1.13.48 1.65l-.22.22c-.87.88-2.29.89-3.17.02l-5.1-5.01c-.9-.88-.9-2.32 0-3.2l9.6-9.51ZM17.5 12a5.5 5.5 0 1 1 .01 10.99A5.5 5.5 0 0 1 17.5 12Z"
}));
});
EraserMedium.displayName = 'EraserMedium';
export var EraserMediumDimensions = {
height: 24,
width: 24
};