UNPKG

infinity-forge

Version:
9 lines 2.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconWeight = IconWeight; var jsx_runtime_1 = require("react/jsx-runtime"); function IconWeight(_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_2001_174)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M21.8906 0H2.10938C0.946289 0 0 0.946289 0 2.10938V21.8906C0 23.0537 0.946289 24 2.10938 24H21.8906C23.0537 24 24 23.0537 24 21.8906V2.10938C24 0.946289 23.0537 0 21.8906 0ZM22.5938 21.8906C22.5938 22.2783 22.2783 22.5938 21.8906 22.5938H2.10938C1.72174 22.5938 1.40625 22.2783 1.40625 21.8906V2.10938C1.40625 1.72174 1.72174 1.40625 2.10938 1.40625H21.8906C22.2783 1.40625 22.5938 1.72174 22.5938 2.10938V21.8906Z', fill: color }), (0, jsx_runtime_1.jsx)("path", { d: 'M20.1094 5.6087C17.7521 3.84082 14.9478 2.90625 12 2.90625C9.0522 2.90625 6.24794 3.84082 3.89064 5.6087C3.74141 5.72076 3.64272 5.88739 3.61635 6.07214C3.59017 6.2569 3.63832 6.44458 3.75038 6.59381L7.46211 11.5318C7.60036 11.7156 7.8113 11.8125 8.0248 11.8125C8.17146 11.8125 8.3196 11.7667 8.44612 11.6719C9.4792 10.8972 10.708 10.4875 12 10.4875C13.2918 10.4875 14.5208 10.8972 15.5539 11.6719C15.8643 11.9048 16.3046 11.842 16.5377 11.5318L20.2495 6.59381C20.3617 6.44458 20.4099 6.2569 20.3835 6.07214C20.3573 5.88757 20.2586 5.72076 20.1094 5.6087ZM15.8159 10.1517C14.8674 9.57129 13.8106 9.21973 12.7031 9.11499V6.97192C12.7031 6.58356 12.3884 6.2688 12 6.2688C11.6117 6.2688 11.2969 6.58356 11.2969 6.97192V9.11499C10.1895 9.21973 9.13259 9.57129 8.1841 10.1517L5.30953 6.32739C7.29604 5.00702 9.59474 4.3125 12 4.3125C14.4053 4.3125 16.704 5.00702 18.6905 6.32739L15.8159 10.1517Z', fill: color })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_2001_174', children: (0, jsx_runtime_1.jsx)("rect", { width: '24', height: '24', fill: 'white' }) }) })] })); } //# sourceMappingURL=icon-weight.js.map