UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.37 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 ThumbDown64 = (_a) => { var { fill, size = '4rem' } = _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 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M26.566 53.505a3.657 3.657 0 0 1-5.96-4.171l4.76-8.568a1.5 1.5 0 0 0-1.293-2.26H9.213a.5.5 0 0 1-.489-.605L12.2 21.679l.242-.972v-.003c.22-.884.397-1.6.587-2.228.252-.834.487-1.363.766-1.755.49-.687 1.323-1.247 3.798-1.882h15.57l6.743 2.248v21.026l-13.34 15.392Zm14.42-12.059L28.834 55.47a6.657 6.657 0 0 1-10.85-7.592l3.54-6.372H9.213a3.5 3.5 0 0 1-3.422-4.233l3.482-16.247a228.538 228.538 0 0 0 .24-.97v-.004c.226-.912.43-1.737.645-2.445.29-.955.638-1.844 1.193-2.624 1.165-1.638 2.97-2.418 5.691-3.098a1.5 1.5 0 0 1 .364-.045h16a1.5 1.5 0 0 1 .474.077l6.026 2.008v-.585a1.5 1.5 0 0 1 1.5-1.5h9.333a1.5 1.5 0 0 1 1.484 1.277l4 26.667a1.5 1.5 0 0 1-1.484 1.723H41.406c-.146 0-.286-.021-.42-.06Zm1.92-2.94V14.839h6.541l3.55 23.667h-10.09Z" }))); }; exports.default = ThumbDown64;