UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 910 B
"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 Svg1f193 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M62 52c0 5.5-4.5 10-10 10H12C6.5 62 2 57.5 2 52V12C2 6.5 6.5 2 12 2h40c5.5 0 10 4.5 10 10v40z", fill: "#4fd1d9" }), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M34 41h8v-3h-5.1v-4.5H42v-3h-5.1V26H42v-3h-8zM54 26v-3h-8v18h8v-3h-5.1v-4.5H54v-3h-5.1V26zM23.9 41v-7.5H25l2.5 7.5h3l-2.6-7.9c1.8-.8 3.1-2.7 3.1-4.9 0-2.9-2.2-5.2-5-5.2h-5v18h2.9m0-15H26c1.2 0 2.1 1 2.1 2.2s-1 2.2-2.1 2.2h-2.1V26M12.9 41v-7.5H18v-3h-5.1V26H18v-3h-8v18z" }))); exports.default = Svg1f193;