UNPKG

styled-icons

Version:

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

15 lines (14 loc) 849 B
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Folder5 = 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: "M13.414 5H20a1 1 0 011 1v1H3V4a1 1 0 011-1h7.414l2 2zM3.087 9h17.826a1 1 0 01.997 1.083l-.834 10a1 1 0 01-.996.917H3.92a1 1 0 01-.996-.917l-.834-10A1 1 0 013.087 9z", key: "k1" }))); }); Folder5.displayName = 'Folder5'; export var Folder5Dimensions = { height: 24, width: 24 };