@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.18 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 IconMaterialPlayForWork = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PlayForWork', short_name: 'PlayForWork', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-160q-90 0-157-56.5T243-360q-2-16 9-28t28-12q17 0 28.5 8.5T323-369q11 57 55.5 93T480-240q57 0 101.5-36t55.5-93q3-14 14.5-22.5T680-400q17 0 28 12t9 28q-13 87-80 143.5T480-160Zm-40-354v-206q0-17 11.5-28.5T480-760q17 0 28.5 11.5T520-720v206l36-36q12-12 28-11.5t28 12.5q11 12 11.5 28T612-493L508-389q-6 6-13 8.5t-15 2.5q-8 0-15-2.5t-13-8.5L348-493q-11-11-11-27.5t11-28.5q12-12 28.5-12t28.5 12l35 35Z" }) })));
});
IconMaterialPlayForWork.displayName = 'OnesyIconMaterialPlayForWork';
exports.default = IconMaterialPlayForWork;
;