@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.82 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 IconMaterialInterestsW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'InterestsW100', short_name: 'Interests', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m146-595 110-189q5-8 11.52-11.5 6.53-3.5 14.5-3.5 7.98 0 14.48 3.5T308-784l110 189q5 7.69 4.5 15.38-.5 7.7-4.5 14.62-3.7 6.75-10.35 10.87Q401-550 391.85-550h-219.7q-9.15 0-15.8-4.13Q149.7-558.25 146-565q-4-6.92-4.5-14.62-.5-7.69 4.5-15.38Zm137 450q-57 0-96-39t-39-95.57Q148-337 187-376q39-39 96-39t96 39q39 39 39 96t-39 96q-39 39-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-578Zm378 403v-210q0-12.75 8.63-21.38Q564.25-415 577-415h210q12.75 0 21.38 8.62Q817-397.75 817-385v210q0 12.75-8.62 21.37Q799.75-145 787-145H577q-12.75 0-21.37-8.63Q547-162.25 547-175Zm28 2h214v-214H575v214Zm88-392-29-23q-47-37-78.5-74T524-741q0-33 21-54t54-21q22.99 0 42.99 11.5Q662-793 682-769q20-23 41-35t43-12q31.62 0 52.81 22.6T840-738q0 41-31.5 77T730-588l-29 23q-8.05 7-19.02 7-10.98 0-18.98-7Zm19-21q69-52 99.5-88t30.5-65q0-21-13.5-35T765-788q-13.79 0-26.9 8.5Q725-771 701-747l-19 19-19-19q-25-25-37.5-33t-26.5-8q-21 0-34 12.5T552-741q0 31 30.5 67t99.5 88Zm0-101Zm-399 11Zm0 396Zm399 0Z" }) })));
});
IconMaterialInterestsW100.displayName = 'OnesyIconMaterialInterestsW100';
exports.default = IconMaterialInterestsW100;
;