@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.6 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 IconMaterialPlayShapesW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PlayShapesW100', short_name: 'PlayShapes', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M172-550q-17.5 0-26.25-15t.25-30l110-189q9-15 26-15t26 15l110 189q9 15 .25 30T392-550H172Zm111 405q-57 0-96-39t-39-95.571Q148-337 187-376t96-39q57 0 96 39t39 96q0 57-39 96t-96 39Zm0-28q45 0 76-31t31-76q0-45-31-76t-76-31q-45 0-76 31t-31 76q0 45 31 76t76 31ZM169-578h227L282-773 169-578Zm408 433q-12.75 0-21.375-8.625T547-175v-210q0-12.75 8.625-21.375T577-415h210q12.75 0 21.375 8.625T817-385v210q0 12.75-8.625 21.375T787-145H577Zm-2-28h214v-214H575v214ZM283-676Zm0 396Zm399 0Zm-19-410L556-796q-4-3.667-4-9.333 0-5.667 3.929-9.667 3.928-4 10-4Q572-819 576-815l106 106 106-106q3.911-4 9.956-4Q804-819 808-815q4 4 4 9.667 0 5.666-4 9.333L701-690l107 107q4 3.667 4 9.333 0 5.667-3.929 9.667-3.928 4-10 4Q792-560 788-564L682-670 576-564q-3.911 4-9.956 4Q560-560 556-564q-4-4-4-9.667 0-5.666 4-9.333l107-107Z" }) })));
});
IconMaterialPlayShapesW100.displayName = 'OnesyIconMaterialPlayShapesW100';
exports.default = IconMaterialPlayShapesW100;
;