iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 838 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 Svg1f1ec1f1f1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 62c16.6 0 30-13.4 30-30H2c0 16.6 13.4 30 30 30z", fill: "#c94747" }),
React.createElement("path", { d: "M32 2C15.4 2 2 15.4 2 32h60C62 15.4 48.6 2 32 2z", fill: "#f9f9f9" }),
React.createElement("path", { d: "M24 17c8.3 0 15 6.7 15 15H9c0-8.3 6.7-15 15-15", fill: "#c94747" }),
React.createElement("path", { d: "M24 47c-8.3 0-15-6.7-15-15h30c0 8.3-6.7 15-15 15", fill: "#f9f9f9" }));
exports.default = Svg1f1ec1f1f1;