UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.81 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiThumbsDown = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiThumbsDown = function LIGuiThumbsDown(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 3.5q0 .204-.143.352Q2.635 4 2.44 4q-.203 0-.341-.148-.139-.148-.139-.351 0-.212.139-.356.138-.144.341-.144.195 0 .337.144.143.144.143.356zm1.2 4v-5q0-.203-.143-.351-.142-.148-.337-.148H1.48q-.195 0-.337.148Q1 2.297 1 2.501v5q0 .202.143.351.142.149.337.149h2.16q.195 0 .337-.149.143-.149.143-.352zm8.468-1.163Q13 6.813 13 7.5q-.008.61-.431 1.055-.423.445-1.009.446H9.483q.03.109.06.187t.082.172q.053.094.075.14.135.29.203.446.067.157.142.457.075.3.075.598 0 .187-.004.304-.004.117-.037.352-.034.234-.09.39-.056.156-.18.351-.124.196-.3.317t-.45.203Q8.785 13 8.44 13q-.195 0-.337-.149-.15-.156-.255-.39-.105-.234-.147-.406-.041-.172-.093-.476-.068-.329-.102-.473-.033-.145-.13-.379-.098-.235-.233-.375-.248-.258-.757-.938-.368-.5-.758-.945-.39-.445-.57-.461-.188-.015-.323-.16-.135-.144-.135-.34V2.5q0-.203.143-.347.143-.145.337-.153.263-.008 1.186-.344.577-.203.903-.308.327-.106.911-.227Q8.665 1 9.16 1h.968q.998.015 1.478.61.434.539.367 1.413.293.29.405.735.128.477 0 .914.346.477.323 1.07 0 .25-.112.595z" }) })); }; exports.LIGuiThumbsDown = LIGuiThumbsDown;