iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 996 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 Svg1f23a = (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: "#eda454" }),
React.createElement("path", { d: "M48 20.1v8.2h-4.3V24H20.1v4.3H16v-8.2h4.6c-.7-1.2-1.6-2.6-2.5-3.8l3.9-1.7c1.2 1.5 2.7 3.5 3.4 4.9l-1.2.5H30c-.5-1.4-1.5-3.3-2.5-4.7l3.9-1.3c1.1 1.5 2.3 3.7 2.9 5.1l-2.6 1h6.2c1.2-1.6 2.6-4 3.4-5.8l4.8 1.5c-1.1 1.5-2.2 3-3.3 4.3H48M33.8 35.2c-.3.8-.6 1.6-1 2.3h12.5V50h-4.5v-1.3H23.1V50h-4.3V37.5h9.5c.2-.8.4-1.6.6-2.3H22v-9.4h19.7v9.4h-7.9m7 6.2H23.1v3.3h17.7v-3.3m-14.6-9.5h11.2v-2.7H26.2v2.7", fill: "#fff" }));
exports.default = Svg1f23a;