UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 1.04 kB
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsxs(_Fragment, { children: [_jsx("path", { d: "M12 3C8.68629 3 6 5.68629 6 9C6 11.0055 6.98293 12.7813 8.49773 13.8724C9.30099 14.451 10 15.4055 10 16.5905V17H11V11.4142L8.29289 8.70711L9.70711 7.29289L12 9.58579L14.2929 7.29289L15.7071 8.70711L13 11.4142V17H14V16.5905C14 15.4055 14.699 14.451 15.5023 13.8724C17.0171 12.7813 18 11.0055 18 9C18 5.68629 15.3137 3 12 3ZM14 19H10V20H14V19ZM4 9C4 4.58172 7.58172 1 12 1C16.4183 1 20 4.58172 20 9C20 11.6758 18.6854 14.0445 16.6712 15.4953C16.2215 15.8192 16 16.2312 16 16.5905V20C16 21.1046 15.1046 22 14 22H10C8.89543 22 8 21.1046 8 20V16.5905C8 16.2312 7.77855 15.8192 7.32882 15.4953C5.31463 14.0445 4 11.6758 4 9Z", fillRule: 'evenodd', clipRule: 'evenodd', fill: "currentcolor" }), _jsx("path", { d: "M10 21H14C14 22.1046 13.1046 23 12 23C10.8954 23 10 22.1046 10 21Z", fill: "currentcolor" })] }); export const ObjectsIcon = createIcon(path);