infinity-forge
Version:
9 lines • 1.98 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconNotLike = IconNotLike;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconNotLike(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '15', height: '16', viewBox: '0 0 15 16', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_469_310)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M2.84483 11.3838L3.62069 11.3838L3.62069 13.1941C3.62069 14.4776 4.66484 15.5217 5.94828 15.5217C7.23171 15.5217 8.27586 14.4776 8.27586 13.1941L8.27586 12.5587C8.27586 11.7547 8.81576 11.0389 9.58888 10.818L10.3448 10.602L10.3448 10.6079C10.3448 11.0364 10.6922 11.3838 11.1207 11.3838L14.2241 11.3838C14.6526 11.3838 15 11.0364 15 10.6079L15 2.33207C15 1.90359 14.6526 1.55621 14.2241 1.55621L11.1207 1.55621C10.7221 1.55621 10.3941 1.85693 10.3502 2.24378C9.65902 1.80298 8.84633 1.55621 8.00116 1.55621L2.84483 1.55621C1.27619 1.55621 1.55662e-07 2.8324 1.85273e-08 4.40104L-3.43222e-07 8.53897C-4.80357e-07 10.1076 1.27619 11.3838 2.84483 11.3838ZM11.8966 3.10793L13.4483 3.10793L13.4483 9.83207L11.8966 9.83207L11.8966 3.10793ZM1.55172 4.40104C1.55172 3.68802 2.13181 3.10793 2.84483 3.10793L8.00116 3.10793C8.9445 3.10793 9.82552 3.58385 10.3448 4.36204L10.3448 8.98819L9.16262 9.32595C7.72686 9.73618 6.72414 11.0655 6.72414 12.5587L6.72414 13.1941C6.72414 13.622 6.37609 13.97 5.94828 13.97C5.52047 13.97 5.17241 13.622 5.17241 13.1941L5.17241 10.6079C5.17241 10.1795 4.82503 9.83207 4.39655 9.83207L2.84483 9.83207C2.13181 9.83207 1.55172 9.25199 1.55172 8.53897L1.55172 4.40104Z', fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_469_310', children: (0, jsx_runtime_1.jsx)("rect", { width: '15', height: '15', fill: 'white', transform: 'translate(15 15.9409) rotate(-180)' }) }) })] }));
}
//# sourceMappingURL=icon-not-like.js.map