UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 768 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 Svg1f6ac = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#f2b200", d: "M0 50h26v14H0z" }), React.createElement("path", { fill: "#dce5e5", d: "M26 50h34v14H26z" }), React.createElement("path", { fill: "#ff8736", d: "M60 50h4v14h-4z" }), React.createElement("path", { d: "M33.5 16C28.4 35.1 43.9 9 64 47 53.3 32.9 18.8 43.2 4.3 27.5-15.8 5.8 41.9-15.6 33.5 16z", fill: "#abc2c6" })); exports.default = Svg1f6ac;