UNPKG

infinity-forge

Version:
9 lines 1.78 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconLike = IconLike; var jsx_runtime_1 = require("react/jsx-runtime"); function IconLike(_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_307)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12.1552 5.49804H11.3793V3.68769C11.3793 2.40426 10.3352 1.36011 9.05172 1.36011C7.76829 1.36011 6.72414 2.40426 6.72414 3.68769V4.32313C6.72414 5.12713 6.18424 5.84294 5.41112 6.0638L4.65517 6.2798V6.2739C4.65517 5.84542 4.30779 5.49804 3.87931 5.49804H0.775862C0.347379 5.49804 0 5.84542 0 6.2739V14.5498C0 14.9782 0.347379 15.3256 0.775862 15.3256H3.87931C4.2779 15.3256 4.60593 15.0249 4.64979 14.6381C5.34098 15.0789 6.15367 15.3256 6.99885 15.3256H12.1552C13.7238 15.3256 15 14.0494 15 12.4808V8.34287C15 6.77423 13.7238 5.49804 12.1552 5.49804ZM3.10345 13.7739H1.55172V7.04976H3.10345V13.7739ZM13.4483 12.4808C13.4483 13.1938 12.8682 13.7739 12.1552 13.7739H6.99885C6.0555 13.7739 5.17448 13.298 4.65517 12.5198V7.89364L5.83738 7.55588C7.27314 7.14566 8.27586 5.8163 8.27586 4.32313V3.68769C8.27586 3.25988 8.62391 2.91183 9.05172 2.91183C9.47954 2.91183 9.82759 3.25988 9.82759 3.68769V6.2739C9.82759 6.70238 10.175 7.04976 10.6034 7.04976H12.1552C12.8682 7.04976 13.4483 7.62985 13.4483 8.34287V12.4808Z', fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_469_307', children: (0, jsx_runtime_1.jsx)("rect", { width: '15', height: '15', fill: 'white', transform: 'translate(0 0.940918)' }) }) })] })); } //# sourceMappingURL=icon-like.js.map