iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.07 kB
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 Svg1f4c9 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#fff", d: "M0 0h64v64H0z" }),
React.createElement("path", { fill: "#ed4c5c", d: "M58.7 58.7h-5.6L37.3 38.5l-9.6 11.2L0 9.5V0h6.4l22.2 32.3 9.2-10.6 20.9 26.8z" }),
React.createElement("path", { d: "M64 0H9l1.5 2.1h5v7.3l2.1 3.1V2.1h13.3v13.3H19.6l1.5 2.1h9.8v8.7l2.1-2.5v-6.3h13.3v11.7l2.9 3.8h12.5v13.3h-2.1l1 1.3v.8h1.1v13.3H48.5V56l-2.1-2.7v8.3H33.1V48.5h9.4l-1.7-2.1h-7.5l-2.4 2.8v12.7H17.6V48.5h6.7l-1.5-2.1h-5.2v-7.6l-2.1-3.1v10.7H2.1V33.1h11.5L12.1 31h-10V17.6H3l-3-4.3V64h64V0M15.5 61.9H2.1V48.5h13.3c.1 0 .1 13.4.1 13.4m30.9-46.4H33.1V2.1h13.3v13.4m15.5 0H48.5V2.1h13.3v13.4zm0 15.4H48.5V17.6h13.3v13.3z", fill: "#d0d5d8" }));
exports.default = Svg1f4c9;