UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.09 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 Galaxy = (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-galaxy", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M12 3c-1.333 1-2 2.5-2 4.5 0 3 2 4.5 2 4.5s2 1.5 2 4.5c0 2-.667 3.5-2 4.5" }), React.createElement("path", { d: "M19.794 16.5c-.2-1.655-1.165-2.982-2.897-3.982C14.3 11.018 12 12 12 12s-2.299.982-4.897-.518c-1.732-1-2.698-2.327-2.897-3.982" }), React.createElement("path", { d: "M19.794 7.5c-1.532-.655-3.165-.482-4.897.518C12.3 9.518 12 12 12 12s-.299 2.482-2.897 3.982c-1.732 1-3.365 1.173-4.897.518" })); exports.default = Galaxy;