@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.35 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("@amaui/ui-react");
const IconMaterial6FtApartFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: '6FtApartFilled', short_name: '6FtApart', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M6 6q-.825 0-1.412-.588Q4 4.825 4 4t.588-1.413Q5.175 2 6 2t1.412.587Q8 3.175 8 4q0 .825-.588 1.412Q6.825 6 6 6Zm-4 4v-.575q0-.6.325-1.1.325-.5.9-.75.65-.275 1.337-.425Q5.25 7 6 7t1.438.15q.687.15 1.337.425.575.25.9.75.325.5.325 1.1V10Zm16-4q-.825 0-1.413-.588Q16 4.825 16 4t.587-1.413Q17.175 2 18 2q.825 0 1.413.587Q20 3.175 20 4q0 .825-.587 1.412Q18.825 6 18 6Zm-4 4v-.575q0-.6.325-1.1.325-.5.9-.75.65-.275 1.337-.425Q17.25 7 18 7t1.438.15q.687.15 1.337.425.575.25.9.75.325.5.325 1.1V10ZM7.5 22q-.2 0-.35-.15Q7 21.7 7 21.5v-3q0-.2.15-.35.15-.15.35-.15h2q.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15H8v.5h1.5q.2 0 .35.15.15.15.15.35v1.5q0 .2-.15.35-.15.15-.35.15Zm.5-1h1v-.5H8Zm8 1q-.2 0-.35-.15-.15-.15-.15-.35V19H15q-.2 0-.35-.15-.15-.15-.15-.35 0-.2.15-.35.15-.15.35-.15h2q.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15h-.5v2.5q0 .2-.15.35-.15.15-.35.15Zm-4 0q-.2 0-.35-.15-.15-.15-.15-.35v-3q0-.2.15-.35.15-.15.35-.15h1.5q.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15h-1v.5h.5q.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15h-.5v1q0 .2-.15.35-.15.15-.35.15Zm-7.525-5.525L2.7 14.7q-.15-.15-.212-.325-.063-.175-.063-.375t.063-.375q.062-.175.212-.325l1.775-1.775Q4.7 11.3 5 11.3q.3 0 .525.225.225.225.225.525 0 .3-.225.525L5.1 13h13.775l-.425-.425q-.2-.225-.2-.525 0-.3.225-.525.225-.225.525-.225.3 0 .525.225L21.3 13.3q.15.15.213.325.062.175.062.375t-.062.375q-.063.175-.213.325l-1.775 1.775Q19.3 16.7 19 16.7q-.3 0-.525-.225-.225-.225-.225-.525 0-.3.225-.525L18.9 15H5.125l.425.425q.225.225.213.525-.013.3-.238.525Q5.3 16.7 5 16.7q-.3 0-.525-.225Z" }) })));
});
IconMaterial6FtApartFilled.displayName = 'AmauiIconMaterial6FtApartFilled';
exports.default = IconMaterial6FtApartFilled;