iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 786 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 Svg1f238 = (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: "M47 20.6v20.3h-4.6v-1.6h-8.3V48h-4.6v-8.8h-8.1V41H17V20.6h12.5V16h4.6v4.6H47m-25.6 3.9V28h8.1v-3.5h-8.1m8.1 10.8v-3.6h-8.1v3.6h8.1m4.6-10.8V28h8.3v-3.5h-8.3m8.3 10.8v-3.6h-8.3v3.6h8.3", fill: "#fff" }));
exports.default = Svg1f238;