UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.15 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 Geode = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 0a1.41 1.41 0 00-.857.29L.596 8.343c-.47.36-.667.973-.492 1.539l4.056 13.12c.183.593.73.997 1.35.997h12.98c.62 0 1.167-.404 1.35-.996l4.056-13.121a1.412 1.412 0 00-.492-1.54l-.972-.741-1.12 3.517-3.07 9.99a.93.93 0 01-.888.657H6.578a.93.93 0 01-.889-.657L2.33 10.176a.93.93 0 01.321-1.012l8.748-6.717a.93.93 0 01.11-.072L13.553.82l-.696-.53A1.41 1.41 0 0012 0m.068 4.758a.756.756 0 00-.46.156L5.083 9.918a.758.758 0 00-.264.824l.434 1.408 2.197-1.619 4.315-3.377a.382.382 0 01.468 0l4.705 3.682a.376.376 0 01.13.406l-1.81 5.992a.38.38 0 01-.363.27H9.104a.377.377 0 01-.077-.008H6.9l.428 1.393a.759.759 0 00.725.535h8.033a.756.756 0 00.723-.535l2.51-8.147a.758.758 0 00-.264-.824l-6.526-5.004a.756.756 0 00-.46-.156z" })); exports.default = Geode;