iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.29 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 Helix = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.968 4.97L4.364 0v3.55c0 .449.239.863.627 1.087l4.276 2.47zm5.339 3.083l-3.7 2.138 4.86 2.807c.11-.19.17-.407.17-.633V9.552c0-.452-.241-.87-.633-1.096zm1.33 12.397c0-.449-.24-.863-.627-1.087l-4.253-2.456-3.7 2.137L19.637 24zm-13.92-4.49l3.7-2.137c-2.703-1.562-4.884-2.82-4.884-2.82a1.26 1.26 0 00-.17.632v2.813c0 .452.242.87.634 1.096zm-.287-1.252a.93.93 0 01.343-.342l12.455-7.194-.01.007.786-.455c.392-.226.633-.643.633-1.096V2.815c0-.452-.241-.87-.633-1.096l-.765-.442a.944.944 0 01-.005 1.617l-.006.004-13.231 7.641a1.26 1.26 0 00-.633 1.096v2.813c0 .453.24.87.633 1.096l.72.416h.002a.944.944 0 01-.29-1.252m12.873-6.652a.945.945 0 01-.07 1.575l-.005.004-13.231 7.641a1.26 1.26 0 00-.633 1.096v2.813c0 .452.24.87.633 1.096l.765.442a.945.945 0 01.01-1.62l12.456-7.194-.01.006.786-.454c.392-.226.633-.644.633-1.096V9.552c0-.453-.241-.87-.633-1.096l-.697-.403z" }));
exports.default = Helix;