UNPKG

infinity-forge

Version:
9 lines 3.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconBlock = IconBlock; var jsx_runtime_1 = require("react/jsx-runtime"); function IconBlock(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: 'url(#clip0_7_2308)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M23.123 7.486C22.5195 5.99831 21.6236 4.64683 20.4884 3.51161C19.3532 2.37639 18.0017 1.4805 16.514 0.877003C13.6153 -0.293026 10.3757 -0.293026 7.47701 0.877003C5.26537 1.77423 3.37211 3.31156 2.03995 5.29189C0.707791 7.27222 -0.00254692 9.6053 6.86182e-06 11.992C-0.000661629 13.542 0.297091 15.0776 0.877007 16.515C1.48051 18.0027 2.37639 19.3542 3.51161 20.4894C4.64683 21.6246 5.99831 22.5205 7.48601 23.124C10.3847 24.294 13.6243 24.294 16.523 23.124C18.7349 22.2268 20.6283 20.6894 21.9605 18.7088C23.2927 16.7283 24.0029 14.3949 24 12.008C24.0006 10.4584 23.7028 8.92309 23.123 7.486ZM21.638 15.922C20.8608 17.8383 19.5289 19.4787 17.8131 20.6328C16.0973 21.787 14.0759 22.4024 12.008 22.4C10.6637 22.4008 9.33178 22.1427 8.08501 21.64C6.7963 21.1172 5.6256 20.3412 4.64222 19.3578C3.65884 18.3744 2.88279 17.2037 2.36001 15.915C1.34593 13.4014 1.34593 10.5926 2.36001 8.079C3.13724 6.16249 4.46926 4.52184 6.18523 3.36747C7.9012 2.21309 9.92289 1.59763 11.991 1.6C13.3353 1.59923 14.6672 1.85726 15.914 2.36C17.2027 2.88278 18.3734 3.65884 19.3568 4.64222C20.3402 5.62559 21.1162 6.7963 21.639 8.085C22.6532 10.5986 22.6532 13.4074 21.639 15.921L21.638 15.922Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M13.108 11.999L16.984 8.12299C17.1309 7.97606 17.2135 7.77679 17.2135 7.569C17.2135 7.36121 17.1309 7.16193 16.984 7.015C16.8371 6.86807 16.6378 6.78552 16.43 6.78552C16.2222 6.78552 16.0229 6.86807 15.876 7.015L12 10.893L8.12399 7.017C8.05124 6.94425 7.96488 6.88653 7.86983 6.84715C7.77477 6.80778 7.67289 6.78752 7.57001 6.78752C7.46712 6.78752 7.36523 6.80778 7.27017 6.84715C7.17512 6.88653 7.08876 6.94425 7.01601 7.017C6.94325 7.08975 6.88553 7.17611 6.84616 7.27116C6.80679 7.36622 6.78653 7.46811 6.78653 7.571C6.78653 7.67389 6.80679 7.77576 6.84616 7.87082C6.88553 7.96587 6.94325 8.05225 7.01601 8.125L10.893 11.999L7.017 15.875C6.87007 16.0219 6.78752 16.2212 6.78752 16.429C6.78752 16.6368 6.87007 16.8361 7.017 16.983C7.16393 17.1299 7.36321 17.2125 7.571 17.2125C7.77879 17.2125 7.97807 17.1299 8.125 16.983L12 13.108L15.876 16.984C16.0229 17.1309 16.2222 17.2135 16.43 17.2135C16.6378 17.2135 16.8371 17.1309 16.984 16.984C17.1309 16.8371 17.2135 16.6378 17.2135 16.43C17.2135 16.2222 17.1309 16.0229 16.984 15.876L13.108 11.999Z', fill: color })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_7_2308', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '24', fill: 'white' }) }) })] })); } //# sourceMappingURL=icon-block.js.map