@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.08 kB
JavaScript
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 IconMaterialPlayDisabledW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PlayDisabledW100', short_name: 'PlayDisabled', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m596-438-20-20 36-22-203-145-26-26q7-6 16.5-7t18.5 5l206 147q14 9 13.5 25.5T623-455l-27 17Zm76 228L504-378l-86 55q-15 10-30.5 1T372-349v-161L208-674q-4-4-4.5-9.5T208-694q5-5 10-5t10 5l464 464q4 4 4.5 9.5T692-210q-5 5-10 5t-10-5ZM400-480Zm0 134 82-52-82-82v134Zm212-134Z" }) })));
});
IconMaterialPlayDisabledW100.displayName = 'OnesyIconMaterialPlayDisabledW100';
exports.default = IconMaterialPlayDisabledW100;
;