UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.8 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiThumbsUp = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiThumbsUp = function LIGuiThumbsUp(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M2.92 10.5q0-.204-.143-.352-.142-.149-.337-.149-.203 0-.341.149-.139.149-.139.351 0 .211.139.356.138.144.341.144.195 0 .337-.144.143-.145.143-.356zm1.2-4v5q0 .202-.143.351-.142.148-.337.148H1.48q-.195 0-.337-.148Q1 11.702 1 11.499v-5q0-.202.143-.351Q1.285 6 1.48 6h2.16q.195 0 .337.148.143.149.143.352zm8.88 0q0 .671-.412 1.163.112.344.112.594.023.594-.323 1.071.128.438 0 .914-.112.445-.405.734.068.875-.367 1.414-.48.594-1.478.61H9.16q-.495 0-1.08-.121-.586-.121-.912-.226-.325-.106-.903-.309-.923-.336-1.185-.344-.195-.008-.338-.152-.142-.145-.142-.348V6.492q0-.196.134-.34.135-.144.323-.16.18-.016.57-.461.39-.446.758-.946.51-.679.757-.937.135-.14.232-.375.098-.235.131-.379.034-.145.102-.473.052-.304.093-.476.042-.172.147-.406.105-.234.255-.39Q8.244 1 8.439 1q.345 0 .619.082.273.082.45.203.177.121.3.317.123.195.18.351.057.156.09.39.033.235.037.352.004.117.004.304 0 .297-.071.594t-.143.47q-.071.171-.206.437-.023.047-.075.14-.052.094-.082.173-.03.078-.06.187h2.077q.585 0 1.012.446Q13 5.89 13 6.5z" }) })); }; exports.LIGuiThumbsUp = LIGuiThumbsUp;