UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 734 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 Svg1f17f = (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("path", { d: "M34 12H21v40h7.4V37.5H34c7.2 0 13-5.7 13-12.7C47 17.7 41.2 12 34 12m0 18.2h-5.6V19.3H34c3.1 0 5.6 2.4 5.6 5.5 0 2.9-2.5 5.4-5.6 5.4", fill: "#fff" })); exports.default = Svg1f17f;