iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 602 B
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 Palantir = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M20.147 18L12 21.178 3.853 18 2.5 20.343 12 24l9.5-3.657L20.147 18zM12 0a9.5 9.5 0 100 19 9.5 9.5 0 000-19zm0 16.078a6.568 6.568 0 110-13.136 6.568 6.568 0 010 13.136z" }));
exports.default = Palantir;