nice-ui
Version:
React design system, components, and utilities
7 lines (6 loc) • 921 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const IconSvgDiamond = (props) => (React.createElement("svg", { ...props, viewBox: "0 0 20 20" },
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" })));
exports.default = IconSvgDiamond;
;