@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.12 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 IconMaterial6FtApartW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: '6FtApartW100Filled', short_name: '6FtApart', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M302.5-86q-7.5 0-12-4.5T286-102v-116q0-7 4.5-11.5T302-234h78q5.6 0 9.8 4.2 4.2 4.2 4.2 9.8 0 5.6-4.2 9.8-4.2 4.2-9.8 4.2h-66v32h64q7 0 11.5 4.5t4.5 11.87v55.26q0 7.37-4.5 11.87-4.5 4.5-12 4.5h-75ZM494-146v46q0 5.6-4.2 9.8-4.2 4.2-9.8 4.2-5.6 0-9.8-4.2-4.2-4.2-4.2-9.8v-119q0-6 4.5-10.5T481-234h59q5.6 0 9.8 4.2 4.2 4.2 4.2 9.8 0 5.6-4.2 9.8-4.2 4.2-9.8 4.2h-46v32h26q5.6 0 9.8 4.2 4.2 4.2 4.2 9.8 0 5.6-4.2 9.8-4.2 4.2-9.8 4.2h-26Zm132-60h-26q-5.6 0-9.8-4.2-4.2-4.2-4.2-9.8 0-5.6 4.2-9.8 4.2-4.2 9.8-4.2h80q5.6 0 9.8 4.2 4.2 4.2 4.2 9.8 0 5.6-4.2 9.8-4.2 4.2-9.8 4.2h-26v106q0 5.6-4.2 9.8-4.2 4.2-9.8 4.2-5.6 0-9.8-4.2-4.2-4.2-4.2-9.8v-106Zm-312 92h52v-32h-52v32ZM183-396l53 53q4 4 4.5 9.5T236-323q-5 5-10 5t-10-5l-66-66q-9-9-9-21t9-21l66-66q4-4 9.5-4.5T236-497q5 5 5 10t-5 10l-53 53h594l-53-53q-4-4-4.5-9.5T724-497q5-5 10-5t10 5l66 66q9 9 9 21t-9 21l-66 66q-4 4-9.5 4.5T724-323q-5-5-5-10t5-10l53-53H183Zm-51-190q0-17 9-28.5t24-18.5q23-10 48.5-15.5T266-654q27 0 52.5 5.5T367-633q15 7 24 18.5t9 28.5H132Zm428 0q0-17 9-28.5t24-18.5q23-10 48.5-15.5T694-654q27 0 52.5 5.5T795-633q15 7 24 18.5t9 28.5H560ZM266-726q-23 0-38.5-15.5T212-780q0-23 15.5-38.5T266-834q23 0 38.5 15.5T320-780q0 23-15.5 38.5T266-726Zm428 0q-23 0-38.5-15.5T640-780q0-23 15.5-38.5T694-834q23 0 38.5 15.5T748-780q0 23-15.5 38.5T694-726Z" }) })));
});
IconMaterial6FtApartW100Filled.displayName = 'OnesyIconMaterial6FtApartW100Filled';
exports.default = IconMaterial6FtApartW100Filled;
;