UNPKG

iconista

Version:

Thousands of SVG icons with one React component

17 lines (16 loc) 1.06 kB
"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 Svg1f4ca = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#333" }, React.createElement("path", { d: "M0 0h4v64H0z" }), React.createElement("path", { d: "M0 60h64v4H0z" })), React.createElement("path", { fill: "#fb4f00", d: "M38.7 60h12V6.7L38.7 20z" }), React.createElement("path", { fill: "#5c750a", d: "M21.3 60h12V20l-12 13.3z" }), React.createElement("path", { fill: "#106995", d: "M4 60h12V33.3L4 46.7z" }), React.createElement("path", { fill: "#9aca0a", d: "M33.3 20h13.3v40H33.3z" }), React.createElement("path", { fill: "#21adf1", d: "M16 33.3h13.3V60H16z" }), React.createElement("path", { fill: "#fc9100", d: "M50.7 6.7H64V60H50.7z" })); exports.default = Svg1f4ca;