UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.2 kB
"use strict"; 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 BrandStorj = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-storj", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M3 17a1 1 0 102 0 1 1 0 10-2 0M3 7a1 1 0 102 0 1 1 0 10-2 0M19 17a1 1 0 102 0 1 1 0 10-2 0M19 7a1 1 0 102 0 1 1 0 10-2 0M11 3a1 1 0 102 0 1 1 0 10-2 0M11 21a1 1 0 102 0 1 1 0 10-2 0" }), React.createElement("path", { d: "M12 21l-8-4V7l8-4 8 4v10z" }), React.createElement("path", { d: "M9.1 15a2.1 2.1 0 01-.648-4.098C8.734 9.254 9.771 8 11.5 8c1.694 0 2.906 1.203 3.23 2.8h.17a2.1 2.1 0 01.202 4.19L14.9 15H9.1zM4 7l4.323 2.702M16.413 14.758L20 17M4 17l3.529-2.206M14.609 10.37L20 7M12 3v5M12 15v6" })); exports.default = BrandStorj;