iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 886 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 Chromewebstore = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M0 1.637v19.09c0 .9.736 1.636 1.636 1.636h.131a10.4 10.4 0 01-.13-1.636 10.3 10.3 0 011.667-5.64l4.202 7.276h1.128A3.77 3.77 0 0112 16.958a3.77 3.77 0 013.366 5.406h1.048a4.7 4.7 0 00-1.587-5.406h6.83a10.34 10.34 0 01.577 5.406h.13c.9 0 1.636-.737 1.636-1.637V1.637zm9.273 2.181h5.454a1.09 1.09 0 110 2.182H9.273a1.09 1.09 0 110-2.182M12 10.364a10.36 10.36 0 019.233 5.652H12a4.71 4.71 0 00-4.677 4.149L3.91 14.25A10.34 10.34 0 0112 10.364" }));
exports.default = Chromewebstore;