@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.36 kB
JavaScript
;
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 ThumbUp48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M27.413 8.121a2.368 2.368 0 0 1 3.859 2.7l-3.566 6.42A1.5 1.5 0 0 0 29 19.5h10.526a.5.5 0 0 1 .489.606L37.539 31.66l-.183.733v.002a35.263 35.263 0 0 1-.432 1.644c-.185.61-.347.962-.521 1.207-.284.398-.789.787-2.59 1.254h-11.57L17.5 34.919v-15.36l9.913-11.438Zm-11.24 8.389 8.973-10.354a5.368 5.368 0 0 1 8.748 6.122L31.55 16.5h7.977a3.5 3.5 0 0 1 3.422 4.233l-2.481 11.581a2.813 2.813 0 0 1-.006.025l-.006.027c-.059.232-.115.46-.17.682-.17.686-.326 1.32-.49 1.86-.222.732-.497 1.444-.948 2.077-.957 1.345-2.429 1.956-4.483 2.47A1.5 1.5 0 0 1 34 39.5H22c-.161 0-.321-.026-.474-.077l-4.028-1.343A1.5 1.5 0 0 1 16 39.5H9a1.5 1.5 0 0 1-1.483-1.278l-3-20A1.5 1.5 0 0 1 6 16.5h10c.059 0 .116.003.173.01ZM14.5 19.5v17h-4.208l-2.55-17H14.5Z" })));
};
exports.default = ThumbUp48;