@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 956 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var EraserSegment = /*#__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-8.59 8.67h3.95a2.5 2.5 0 1 1 0 1.5H9.85c-.6.03-1.22-.18-1.7-.64l-5.09-5.01c-.9-.88-.9-2.32 0-3.2l9.6-9.51ZM9.8 19.5a.75.75 0 0 0 .47-.22l1.47-1.48-6.1-6.1-1.54 1.5c-.3.3-.3.78 0 1.07l5.1 5c.15.15.35.23.54.22h.05Z"
}));
});
EraserSegment.displayName = 'EraserSegment';
export var EraserSegmentDimensions = {
height: 24,
width: 24
};