UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.25 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 Svg1f1f81f1ec = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M32 62c16.6 0 30-13.4 30-30H2c0 16.6 13.4 30 30 30z", fill: "#f9f9f9" }), React.createElement("path", { d: "M32 2C15.4 2 2 15.4 2 32h60C62 15.4 48.6 2 32 2z", fill: "#ed4c5c" }), React.createElement("g", { fill: "#f9f9f9" }, React.createElement("path", { d: "M21.2 17.5l-1.2-1h1.5L22 15l.5 1.5H24l-1.2 1 .4 1.5-1.2-.9-1.2.9zM29.2 17.5l-1.2-1h1.5L30 15l.5 1.5H32l-1.2 1 .4 1.5-1.2-.9-1.2.9zM22.2 22.5l-1.2-1h1.5L23 20l.5 1.5H25l-1.2 1 .4 1.5-1.2-.9-1.2.9zM28.2 22.5l-1.2-1h1.5L29 20l.5 1.5H31l-1.2 1 .4 1.5-1.2-.9-1.2.9zM25.2 14.5l-1.2-1h1.5L26 12l.5 1.5H28l-1.2 1 .4 1.5-1.2-.9-1.2.9z" }), React.createElement("path", { d: "M24.4 28c-4.8 0-8.6-4.1-8.6-9.1s3.9-9.1 8.6-9.1c.4 0 .7 0 1 .1-1.2-.6-2.5-.9-3.9-.9-5.2 0-9.5 4.5-9.5 10s4.3 10 9.5 10c1.6 0 3.2-.4 4.5-1.2-.5.1-1 .2-1.6.2" }))); exports.default = Svg1f1f81f1ec;