iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.51 kB
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 Helium = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm2.554 5.606a2.703 2.703 0 00-.743 1.386 5.3 5.3 0 00-5.596 1.204 5.3 5.3 0 00-1.203 5.602 2.704 2.704 0 00-1.395.744 2.716 2.716 0 003.84 3.84 2.704 2.704 0 00.747-1.403 5.255 5.255 0 001.837.332 5.297 5.297 0 003.744-1.544 5.3 5.3 0 001.213-5.576 2.703 2.703 0 001.396-.745 2.715 2.715 0 10-3.84-3.84zm3.172 3.173a1.78 1.78 0 01-1.523.507.306.306 0 00-.08 0 .921.921 0 00-.987.604.92.92 0 00.03.7 3.445 3.445 0 01-.688 3.87 3.445 3.445 0 01-3.87.688.921.921 0 00-.71-.028.921.921 0 00-.517.479.92.92 0 00-.083.453.308.308 0 000 .092 1.8 1.8 0 01-.5 1.564c-.7.699-1.838.699-2.537 0a1.782 1.782 0 01-.525-1.268c0-.48.186-.93.525-1.269a1.806 1.806 0 011.552-.506.921.921 0 00.182.02c.13 0 .262-.027.388-.085a.921.921 0 00.475-.51.921.921 0 00-.025-.717 3.445 3.445 0 01.689-3.87 3.445 3.445 0 013.87-.688.921.921 0 00.707.029.922.922 0 00.52-.48.931.931 0 00.07-.558 1.799 1.799 0 01.5-1.564c.7-.699 1.838-.699 2.537 0 .7.7.7 1.837 0 2.537zm-7.118 1.81a1.987 1.987 0 102.81 2.81 1.987 1.987 0 00-2.81-2.81z" }));
exports.default = Helium;