UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.22 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialLegendToggleFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LegendToggleFilled', short_name: 'LegendToggle', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M200-280h560q17 0 28.5 11.5T800-240q0 17-11.5 28.5T760-200H200q-17 0-28.5-11.5T160-240q0-17 11.5-28.5T200-280Zm0-160h560q17 0 28.5 11.5T800-400q0 17-11.5 28.5T760-360H200q-17 0-28.5-11.5T160-400q0-17 11.5-28.5T200-440Zm-21-186 176-107q20-13 44-12t44 15l157 112 137-97q20-14 41.5-3.5T800-683q0 10-4.5 19T783-650l-137 97q-21 15-46 15t-46-15L397-664 221-557q-20 12-40.5.5T160-591q0-11 5-20.5t14-14.5Z" }) }))); }); IconMaterialLegendToggleFilled.displayName = 'OnesyIconMaterialLegendToggleFilled'; exports.default = IconMaterialLegendToggleFilled;