UNPKG

styled-icons

Version:

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

16 lines (15 loc) 928 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Archive = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M13 12h-3a.5.5 0 000 1h3a.5.5 0 000-1zm7-7H3a1 1 0 100 2h17a1 1 0 100-2zm-2 3H5a1 1 0 00-1 1v8c0 1.654 1.346 3 3 3h9c1.654 0 3-1.346 3-3V9a1 1 0 00-1-1zm-2 10H7c-.552 0-1-.449-1-1v-7h11v7c0 .551-.448 1-1 1z", key: "k0" }))); }); exports.Archive.displayName = 'Archive'; exports.ArchiveDimensions = { height: 24, width: 24 };