iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 973 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 Svg1f239 = (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: "#c28fef" }),
React.createElement("path", { d: "M27.1 17.2h8v6.7h-2v3H27v1.6h5.6v3.1H27v1.7h7.7v3.5H15.1v-3.5h7.8v-1.7h-5.6v-3.1h5.6v-1.6h-6v-3H15v-6.7h7.8V14h4.3v3.2m-10 20.9h16v11.5h-4.3v-1.3h-7.6V50h-4.1V38.1m13.8-17.4H19v2.9h3.9v-2.1H27v2.1h3.9v-2.9m-9.7 20.8v3.3h7.6v-3.3h-7.6M41 39.6h-4.3V17.9H41v21.7m8-25.1v29.9c0 2.6-.5 3.8-2 4.6-1.5.8-3.8.9-7 .9-.2-1.3-.8-3.5-1.5-4.8 2.2.1 4.4.1 5.1.1.6 0 .9-.2.9-.9V14.5H49", fill: "#fff" }));
exports.default = Svg1f239;