UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.07 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var SlideEraser = /*#__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: "M4.75 4A2.75 2.75 0 0 0 2 6.75v10.5A2.75 2.75 0 0 0 4.75 20h7.83a2.5 2.5 0 0 1 .17-3.35l4.91-4.92a2.5 2.5 0 0 1 3.54 0l.8.8V6.76A2.75 2.75 0 0 0 19.25 4H4.75Z" }), /*#__PURE__*/React.createElement("path", { d: "M20.5 12.44a1.5 1.5 0 0 0-2.13 0l-3.11 3.11 4.2 4.2 3.12-3.1a1.5 1.5 0 0 0 0-2.12l-2.09-2.09ZM13.45 17.36l1.1-1.1 4.21 4.2-1.1 1.1a1.5 1.5 0 0 1-2.12 0l-2.09-2.08a1.5 1.5 0 0 1 0-2.12Z" })); }); SlideEraser.displayName = 'SlideEraser'; export var SlideEraserDimensions = { height: 24, width: 24 };