UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.36 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 Alchemy = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12.006 1.764a.438.438 0 00-.215.054.421.421 0 00-.156.152L9.36 5.835a.82.82 0 00-.113.416c0 .146.039.29.113.416l4.951 8.412a.844.844 0 00.313.305.858.858 0 00.424.111h4.549a.436.436 0 00.213-.056.418.418 0 00.154-.153.41.41 0 00.059-.207.416.416 0 00-.057-.209L12.37 1.975a.416.416 0 00-.154-.153.428.428 0 00-.211-.058zM8.02 8.505a.428.428 0 00-.211.056.423.423 0 00-.157.153L.058 21.61a.408.408 0 00-.002.418.419.419 0 00.157.152.43.43 0 00.213.057h4.55a.859.859 0 00.424-.112.839.839 0 00.31-.305l4.954-8.412a.82.82 0 00.113-.416.826.826 0 00-.113-.418l-2.275-3.86a.423.423 0 00-.157-.152.435.435 0 00-.213-.056zm3.011 8.824a.865.865 0 00-.426.112.839.839 0 00-.31.304L8.02 21.608a.412.412 0 00-.057.209.406.406 0 00.057.207.423.423 0 00.154.154.432.432 0 00.213.055h15.19a.432.432 0 00.212-.055.422.422 0 00.155-.154.406.406 0 00.056-.207.412.412 0 00-.056-.21l-2.274-3.86a.838.838 0 00-.31-.305.857.857 0 00-.424-.112z" })); exports.default = Alchemy;