UNPKG

iconista

Version:

Thousands of SVG icons with one React component

16 lines (15 loc) 1.27 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 Svg1f4b7 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#9450e0", d: "M0 46.5h64v9H0z" }), React.createElement("path", { fill: "#c28fef", d: "M0 8.5h64v38H0z" }), React.createElement("path", { fill: "#94989b", d: "M24 46.5h16v9H24z" }), React.createElement("path", { fill: "#9450e0", d: "M4 12.5h56v30H4z" }), React.createElement("path", { fill: "#c28fef", d: "M7 15.5h50v24H7z" }), React.createElement("circle", { cx: "45", cy: "27.5", r: "8", fill: "#9450e0" }), React.createElement("path", { fill: "#d0d0d0", d: "M24 8.5h16v38H24z" }), React.createElement("path", { d: "M16 30.4c0-.3 0-.6-.1-1h2.9V27h-4.1c-.1-.1-.1-.1-.1-.2-.1-.2-.3-.4-.4-.5-.6-.8-.9-1.2-.9-1.9 0-1.5 1.2-2.7 2.8-2.7 1.5 0 2.8 1.2 2.8 2.7H21c0-2.7-2.2-4.9-5-4.9s-5 2.2-5 4.9c0 1.1.5 1.9 1 2.6h-1v2.3h2.5c.2.5.2.8.2 1 0 1.8-1.8 2.9-2.8 3v2.2h10v-2.2h-6c.7-.8 1.1-1.8 1.1-2.9", fill: "#fff" })); exports.default = Svg1f4b7;