UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 954 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Stack = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-stack", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M14.12 10.163l1.715.858c.22.11.22.424 0 .534L8.267 15.34a.6.6 0 01-.534 0L.165 11.555a.299.299 0 010-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0l5.317-2.66zM7.733.063a.6.6 0 01.534 0l7.568 3.784a.3.3 0 010 .535L8.267 8.165a.6.6 0 01-.534 0L.165 4.382a.299.299 0 010-.535z" }), React.createElement("path", { d: "M14.12 6.576l1.715.858c.22.11.22.424 0 .534l-7.568 3.784a.6.6 0 01-.534 0L.165 7.968a.299.299 0 010-.534l1.716-.858 5.317 2.659c.505.252 1.1.252 1.604 0z" })); exports.default = Stack;