UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 750 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 Svg1f48a = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M6.2 57.8C1 52.7.6 44.6 5.3 39.9l17.1-17.1 18.8 18.8-17.1 17.1c-4.7 4.7-12.8 4.3-17.9-.9", fill: "#ffce31" }), React.createElement("path", { d: "M58.3 26.8c5.3-5.3 4.9-14.3-1-20.1C51.5.9 42.5.5 37.2 5.7L24.4 18.5l-3.7 3.7-.1.1c-.7.7-.7 1.9 0 2.6L39 43.3c.7.7 1.8.7 2.6 0l.1-.1 3.7-3.7 12.9-12.7", fill: "#42ade2" })); exports.default = Svg1f48a;