UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

15 lines (14 loc) 937 B
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Slideshow4 = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }), React.createElement("path", { d: "M8.17 3A3.001 3.001 0 0111 1h2c1.306 0 2.417.835 2.83 2H21a1 1 0 011 1v16a1 1 0 01-1 1H3a1 1 0 01-1-1V4a1 1 0 011-1h5.17zM4 5v14h16V5h-4.17A3.001 3.001 0 0113 7h-2a3.001 3.001 0 01-2.83-2H4zm7-2a1 1 0 000 2h2a1 1 0 000-2h-2zm-1 6l5 3-5 3V9z", key: "k1" }))); }); Slideshow4.displayName = 'Slideshow4'; export var Slideshow4Dimensions = { height: 24, width: 24 };