iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 773 B
JavaScript
;
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 Svg1f6a9 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M26.2 61.5c0 1.4-4.3 2.5-9.7 2.5-5.4 0-9.7-1.1-9.7-2.5s4.3-2.5 9.7-2.5c5.3 0 9.7 1.2 9.7 2.5", fill: "#ccc" }),
React.createElement("path", { d: "M56.1 17.7C54.2 16.8 23 2.1 18.4 0v39.5c4.5-2.1 35.7-16.8 37.6-17.7 1.6-.7 1.6-3.4.1-4.1", fill: "#ed4c5c" }),
React.createElement("path", { fill: "#d3976e", d: "M14.5 0h3.9v61.5h-3.9z" }));
exports.default = Svg1f6a9;