UNPKG

iconista

Version:

Thousands of SVG icons with one React component

16 lines (15 loc) 1.11 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 Svg1f4b4 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#89664c", d: "M0 46.5h64v9H0z" }), React.createElement("path", { fill: "#d3976e", d: "M0 8.5h64v38H0z" }), React.createElement("path", { fill: "#94989b", d: "M24 46.5h16v9H24z" }), React.createElement("path", { fill: "#89664c", d: "M4 12.5h56v30H4z" }), React.createElement("path", { fill: "#d3976e", d: "M7 15.5h50v24H7z" }), React.createElement("circle", { cx: "45", cy: "27.5", r: "8", fill: "#89664c" }), React.createElement("path", { fill: "#d0d0d0", d: "M24 8.5h16v38H24z" }), React.createElement("path", { fill: "#fff", d: "M22 21.2l-1.2-1.7-4.8 4.6-4.8-4.6-1.2 1.7 4.5 4.3h-2.3v2.2H15V30h-2.8v2.2H15v3.3h2v-3.3h2.8V30H17v-2.3h2.8v-2.2h-2.3z" })); exports.default = Svg1f4b4;