UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.1 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 Svg1f1f91f1f9 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#ed4c5c" }, React.createElement("path", { d: "M53.2 10.8C44.5 2.1 31.8-.1 21 4.1L59.9 43c4.2-10.8 2-23.5-6.7-32.2M10.8 53.2c8.7 8.7 21.4 10.9 32.2 6.7L4.1 21c-4.2 10.8-2 23.5 6.7 32.2" })), React.createElement("path", { d: "M10.8 10.8c-2 2-3.6 4.1-4.9 6.4l40.9 40.9c2.3-1.3 4.5-2.9 6.4-4.9 2-2 3.6-4.1 4.9-6.4L17.2 5.9c-2.3 1.3-4.5 2.9-6.4 4.9", fill: "#3e4347" }), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M4.9 19.1c-.3.6-.6 1.3-.9 2l39 38.8c.7-.3 1.3-.5 2-.9.6-.3 1.2-.6 1.8-1L5.9 17.2c-.3.6-.7 1.2-1 1.9M21 4.1c-.7.3-1.3.5-2 .9-.6.3-1.2.6-1.8 1l40.9 40.9c.3-.6.7-1.2 1-1.8.3-.7.6-1.3.9-2l-39-39" }))); exports.default = Svg1f1f91f1f9;