iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 959 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 Svg1f1ec1f1ec = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M38 2.6H26C14.3 5 5 14.2 2.6 26v12C5 49.8 14.3 59 26 61.4h12C49.8 59 59 49.7 61.4 38V26C59 14.2 49.7 5 38 2.6z", fill: "#f5f5f5" }),
React.createElement("path", { d: "M38 26V2.6c-1.9-.4-3.9-.6-6-.6s-4.1.2-6 .6V26H2.6c-.4 1.9-.6 3.9-.6 6s.2 4.1.6 6H26v23.4c1.9.4 3.9.6 6 .6s4.1-.2 6-.6V38h23.4c.4-1.9.6-3.9.6-6s-.2-4.1-.6-6H38", fill: "#ed4c5c" }),
React.createElement("path", { fill: "#ffce31", d: "M52 29.5H34.5V12L37 9.5H27l2.5 2.5v17.5H12L9.5 27v10l2.5-2.5h17.5V52L27 54.5h10L34.5 52V34.5H52l2.5 2.5V27z" }));
exports.default = Svg1f1ec1f1ec;