UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 760 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 Svg1f530 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#24bac5", d: "M32 20.8V62l20-18.8V2z" }), React.createElement("path", { fill: "#ffce31", d: "M12 2v41.2L32 62V20.8z" }), React.createElement("path", { fill: "none", stroke: "#3e4347", strokeLinejoin: "round", strokeLinecap: "round", strokeWidth: "3", strokeMiterlimit: "10", d: "M32 20.8L12 2v41.2L32 62l20-18.8V2z" })); exports.default = Svg1f530;