UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.17 kB
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 16 16" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M10.94 1.35a1.5 1.5 0 0 1 2.12 0l1.59 1.59a1.5 1.5 0 0 1 0 2.12l-4.59 4.59a1.5 1.5 0 0 1-2.12 0L6.35 8.06a1.5 1.5 0 0 1 0-2.12l4.59-4.59zM10.29 8 8 5.7l-.94.95a.5.5 0 0 0 0 .7l1.59 1.59c.2.2.5.2.7 0L10.3 8z" }), /*#__PURE__*/React.createElement("path", { d: "M5.73 8.77a2.5 2.5 0 0 1 0-3.54l4.13-4.12c-.2-.07-.4-.11-.61-.11h-4.5C3.78 1 3 1.78 3 2.75v10.5c0 .97.78 1.75 1.75 1.75h4.5c.97 0 1.75-.78 1.75-1.75v-3.04l-.15.14a2.5 2.5 0 0 1-3.53 0L5.73 8.77zM6 12h2a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z" })); }); PhoneEraser.displayName = 'PhoneEraser'; export var PhoneEraserDimensions = { height: 16, width: 16 };