@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.3 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 IconMaterialTheaterComedyW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TheaterComedyW100', short_name: 'TheaterComedy', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M734.18-670q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5Zm-160 0q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5Zm79.77 80q-21.95 0-42.45 7-20.5 7-34.5 24-6 8-.5 16.5T594-534h120q11 0 16.5-8.5T730-559q-14-17-34.05-24-20.06-7-42-7ZM306.24-132Q228-132 173-186.83 118-241.67 118-320v-168q0-24.75 17.63-42.38Q153.25-548 178-548h256q24.75 0 42.38 17.62Q494-512.75 494-488v168q0 78.33-54.76 133.17-54.77 54.83-133 54.83Zm-.24-28q66 0 113-47t47-113v-168q0-14-9-23t-23-9H178q-14 0-23 9t-9 23v168q0 66 47 113t113 47Zm536-608v168q0 81-58 135t-138 54q-17.68 0-34.84-3.5Q594-418 578-426q-6-3-7-9.5t3-12.5q4-6 10-6.5t11 2.5q14 7 29.5 9.5T655-440q66 0 112.5-47T814-600v-168q0-14-9-23t-23-9H526q-14 0-23 9t-9 23v146q0 5.95-4.04 9.97-4.03 4.03-10 4.03-5.96 0-9.96-4.03-4-4.02-4-9.97v-146q0-24.75 17.63-42.38Q501.25-828 526-828h256q24.75 0 42.38 17.62Q842-792.75 842-768ZM226.18-390q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5Zm160 0q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5ZM306-254q22 0 42.5-7t34.5-24q6-8 .5-16.5T366-310H246q-12 0-17.5 8.5t.5 16.5q14 17 34.5 24t42.5 7Zm0-86Zm348-280Z" }) })));
});
IconMaterialTheaterComedyW100.displayName = 'OnesyIconMaterialTheaterComedyW100';
exports.default = IconMaterialTheaterComedyW100;
;