infinity-forge
Version:
14 lines • 3.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconClip = IconClip;
exports.IconClipV2 = IconClipV2;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconClip(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '21', viewBox: '0 0 20 21', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_263_1642)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M18.5002 3.26102C18.4993 3.2601 18.4984 3.25919 18.4973 3.25812C17.5305 2.29285 16.2459 1.76123 14.8795 1.76123C13.5118 1.76123 12.226 2.29391 11.2589 3.26102L1.15677 13.3633C0.410767 14.1091 0 15.1008 0 16.1558C0 17.2106 0.410767 18.2024 1.15677 18.9483C1.92657 19.7182 2.93793 20.1032 3.94928 20.1032C4.96063 20.1032 5.97198 19.7182 6.74179 18.9483L14.7165 10.9737C15.7997 9.8905 15.7997 8.12796 14.7165 7.04474C13.6333 5.96152 11.8707 5.96152 10.7875 7.04474L4.38644 13.4458C4.15771 13.6747 4.15771 14.0456 4.38644 14.2745C4.61533 14.5032 4.98627 14.5032 5.21515 14.2745L11.6162 7.87329C12.2424 7.24707 13.2616 7.24707 13.8878 7.87329C14.5142 8.49966 14.5142 9.5188 13.8878 10.145L5.91324 18.1197C4.83032 19.2025 3.06824 19.2026 1.98532 18.1196C1.46072 17.5951 1.17188 16.8976 1.17188 16.1558C1.17188 15.4139 1.46072 14.7164 1.98532 14.1918L12.0876 4.08957C12.8334 3.34387 13.8249 2.93311 14.8796 2.93311C15.9341 2.93311 16.9258 3.34387 17.6715 4.08957C17.6724 4.09048 17.6735 4.09155 17.6744 4.09247C18.4184 4.83786 18.8281 5.82831 18.8281 6.88177C18.8281 7.93631 18.4174 8.92798 17.6717 9.67368L9.14307 18.2023C8.91418 18.4312 8.91418 18.8021 9.14307 19.031C9.3718 19.2599 9.74274 19.2599 9.97162 19.031L18.5002 10.5022C19.4673 9.53528 20 8.24942 20 6.88177C20 5.51398 19.4673 4.22812 18.5002 3.26102Z', fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_263_1642', children: (0, jsx_runtime_1.jsx)("rect", { width: '20', height: '20', fill: color, transform: 'translate(0 0.940918)' }) }) })] }));
}
function IconClipV2(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '16', viewBox: '0 0 16 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12.2422 10.357L11.2994 9.41424L12.2422 8.47144C13.5439 7.16971 13.5439 5.05915 12.2422 3.7574C10.9405 2.45565 8.82987 2.45565 7.52814 3.7574L6.58533 4.70021L5.64253 3.7574L6.58533 2.81459C8.40781 0.992142 11.3625 0.992142 13.185 2.81459C15.0075 4.63704 15.0075 7.59178 13.185 9.41424L12.2422 10.357ZM10.3565 12.2427L9.41374 13.1855C7.59134 15.0079 4.63655 15.0079 2.8141 13.1855C0.991654 11.363 0.991654 8.40824 2.8141 6.58583L3.75691 5.64302L4.69972 6.58583L3.75691 7.52864C2.45516 8.83038 2.45516 10.9409 3.75691 12.2427C5.05865 13.5444 7.16921 13.5444 8.47094 12.2427L9.41374 11.2998L10.3565 12.2427ZM9.88514 5.17162L10.828 6.11442L6.11393 10.8284L5.17112 9.88564L9.88514 5.17162Z', fill: color }) }));
}
//# sourceMappingURL=icon-clip.js.map