@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 802 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsxs(_Fragment, { children: [_jsx("path", { d: "M15 2.22852H6C5.17 2.22852 4.46 2.72851 4.16 3.44851L1.14 10.4985C1.05 10.7285 1 10.9685 1 11.2285V13.2285C1 14.3285 1.9 15.2285 3 15.2285H9.31L8.36 19.7985L8.33 20.1185C8.33 20.5285 8.5 20.9085 8.77 21.1785L9.83 22.2285L16.42 15.6385C16.78 15.2785 17 14.7785 17 14.2285V4.22852C17 3.12852 16.1 2.22852 15 2.22852ZM15 14.2285L10.66 18.5685L12 13.2285H3V11.2285L6 4.22852H15V14.2285ZM23 14.2285H19V2.22852H23V14.2285Z", fill: "currentcolor" }), _jsx("path", { d: "M15 14.2285L10.66 18.5685L12 13.2285H3V11.2285L6 4.22852H15V14.2285Z", fill: "currentcolor" })] });
export const ThumbsDownFillIcon = createIcon(path);