@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PhoneEraser = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M14.58 1.44a1.5 1.5 0 0 1 2.12 0l1.86 1.86a1.5 1.5 0 0 1 0 2.12l-5.14 5.14a1.5 1.5 0 0 1-2.12 0L9.44 8.7a1.5 1.5 0 0 1 0-2.12l5.14-5.14Zm-4.43 5.84a.5.5 0 0 0 0 .71L12 9.85c.2.2.51.2.7 0L14 8.56 11.44 6l-1.3 1.3ZM12.6 2H5.5C4.67 2 4 2.67 4 3.5v13c0 .83.67 1.5 1.5 1.5h7c.83 0 1.5-.67 1.5-1.5v-5.11a2.5 2.5 0 0 1-3.4-.12L8.72 9.4a2.5 2.5 0 0 1 0-3.54L12.6 2Zm-2.1 12.5a.5.5 0 0 1-.5.5H8a.5.5 0 0 1 0-1h2c.28 0 .5.22.5.5Z"
}));
});
PhoneEraser.displayName = 'PhoneEraser';
export var PhoneEraserDimensions = {
height: 20,
width: 20
};