iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.09 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 Gem = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.564 8.072l-7.717 9.513.025.063-.104.034-.652.804a.406.406 0 0 1-.325.183.406.406 0 0 1-.326-.187L1.155 7.983c-.178-.248-.207-.671-.064-.94l2.416-4.55c.143-.27.51-.491.814-.491h5.482L9.81 2l.007.002h5.584c.305 0 .67.221.811.492l2.422 4.64c.142.27.11.692-.07.938zm-8.78 6.857l2.928-7.377H6.828l2.955 7.377zm2.52-8.487L9.814 3.117 7.327 6.442h4.976zm-3.209 9.72l-3.4-8.603h-.312l.005-.007h-3.17l6.877 8.61zM4.15 3.646L2.665 6.442h2.589L4.149 3.646zm2.177 2.655l2.389-3.189H5.049l1.277 3.189zm4.606-3.189l2.312 3.101 1.23-3.1h-3.542zm4.57.415l-1.157 2.915h2.678l-1.521-2.915zm-1.26 4.025l.006.007H13.9l-3.447 8.684 7.114-8.691h-3.326z", fill: "#000", fillRule: "evenodd" }));
exports.default = Gem;