UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.23 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js'); var index = require('../../node_modules/react/index.js'); const ThumbUp24 = (_a) => { var { fill, size = '1.5rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]); return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M13.896 4.224a.934.934 0 0 1 1.521 1.065l-1.78 3.206A1 1 0 0 0 14.5 10h4.025a1 1 0 0 1 .978 1.21l-.978 4.563-.092.37c-.081.327-.144.58-.211.804-.09.295-.161.44-.225.53-.087.123-.262.297-1.124.523h-5.712L9 17.28V9.872l4.896-5.649ZM7.976 8l4.408-5.086a2.934 2.934 0 0 1 4.782 3.347L16.2 8h2.326a3 3 0 0 1 2.933 3.629l-.981 4.58a88.848 88.848 0 0 0-.09.367l-.001.001v.001c-.086.346-.166.671-.25.949-.114.376-.261.761-.51 1.11-.534.751-1.348 1.074-2.385 1.333A1 1 0 0 1 17 20h-6a1 1 0 0 1-.316-.052l-1.753-.584A1 1 0 0 1 8 20H4.5a1 1 0 0 1-.989-.852l-1.5-10A1 1 0 0 1 3 8h4.977ZM7 10v8H5.36l-1.2-8H7Z" }))); }; exports.default = ThumbUp24;