iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 923 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 Svg1f233 = (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: "M30.1 21.9c-.7 6.6-2.8 10.8-12.7 12.9-.4-1.1-1.5-3-2.5-4 8.4-1.5 9.8-4.3 10.4-9H20v4.6h-4.5v-8.9h14V14h4.7v3.6h14.4v8.2h-4.8v-3.9h-5.5v6.3c0 1.1.2 1.2 1.4 1.2h3.4c1 0 1.2-.4 1.3-2.9.9.7 2.7 1.4 4 1.6-.5 4.2-1.7 5.3-4.8 5.3H39c-4.3 0-5.3-1.3-5.3-5.2v-6.3h-3.6M49 45.7V50H15.1v-4.3h14.4v-5.9H19.2v-4.2h26.5v4.2H34.3v5.9H49", fill: "#fff" }));
exports.default = Svg1f233;