UNPKG

@react-symbols/icons

Version:

Symbols icons by Miguel Solorio for React

4 lines 463 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const Crystal = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20" }, props, { children: [_jsx("path", { fill: "#fff", d: "M8.22 2L2 7.23l1.41 7.993L11.031 18l6.206-5.215-1.41-7.994L8.22 2z" }), _jsx("path", { fill: "#000", d: "M2 7.23l7.993-1.41-2.776 7.627L2 7.23z" })] }))); export default Crystal; //# sourceMappingURL=crystal.js.map