iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 860 B
JavaScript
"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 Svg1f3b4 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M52.6 0H11.4C9 0 7 1.8 7 4.1v55.8c0 2.3 2 4.1 4.4 4.1h41.2c2.4 0 4.4-1.8 4.4-4.1V4.1C57 1.8 55 0 52.6 0z", fill: "#333" }),
React.createElement("path", { d: "M51.3 2H12.7C10.4 2 9 3.7 9 5.8V34l46 24.3V6c0-2.1-1.4-4-3.7-4z", fill: "#b70000" }),
React.createElement("circle", { cx: "25", cy: "19", r: "13", fill: "#fff" }),
React.createElement("path", { d: "M55.4 58.2H8.6V34c24 0 46.8 10.2 46.8 24.2z", fill: "#333" }));
exports.default = Svg1f3b4;