@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.92 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 IconMaterialInteractiveSpaceW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'InteractiveSpaceW100', short_name: 'InteractiveSpace', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M270-631q5 5 10.5 5t10.5-5l39-39q5-4.64 5-10.82 0-6.18-5-11.18l-39-39q-5-5-10.5-5t-10.5 5l-39 39q-5 4.64-5 10.82 0 6.18 5 11.18l39 39Zm210 11ZM192-412q-26 0-43-17t-17-43v-296q0-26 17-43t43-17h576q26 0 43 17t17 43v296q0 26-17 43t-43 17H664q-5.67 0-9.33-4.04-3.67-4.03-3.67-10 0-5.96 4.03-9.96 4.02-4 9.97-4h103q12 0 22-10t10-22v-296q0-12-10-22t-22-10H192q-12 0-22 10t-10 22v296q0 12 10 22t22 10h103q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H192Zm467.88-254q14.12 0 24.12-9.88 10-9.88 10-24T684.12-724q-9.88-10-24-10T636-724.12q-10 9.88-10 24t9.88 24.12q9.88 10 24 10ZM282-132q-12.75 0-21.37-8.63Q252-149.25 252-162v-18q0-20.26 11-37.63T293-243q45-20 91.5-30.5T480-284q49 0 95.5 10.5T667-243q19 8 30 25.37T708-180v18q0 12.75-8.62 21.37Q690.75-132 678-132H282Zm-2-28h400v-20q0-12-7-22t-18-15q-42-19-86-29t-89-10q-45 0-89 10t-86 29q-11 5-18 15t-7 22v20Zm200-184q-37 0-62.5-25.5T392-432q0-37 25.5-62.5T480-520q37 0 62.5 25.5T568-432q0 37-25.5 62.5T480-344Zm0-28q25 0 42.5-17.5T540-432q0-25-17.5-42.5T480-492q-25 0-42.5 17.5T420-432q0 25 17.5 42.5T480-372Zm0-60Zm0 272Z" }) })));
});
IconMaterialInteractiveSpaceW100.displayName = 'OnesyIconMaterialInteractiveSpaceW100';
exports.default = IconMaterialInteractiveSpaceW100;
;