@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 1.14 kB
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const FigmaGrey = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "figma-grey" }), _jsx("path", { id: 'path0 fill 1', d: 'M8.00006 24.0001C10.2081 24.0001 12.0001 22.208 12.0001 20V16H8.00006C5.79205 16 4 17.792 4 20C4 22.208 5.79205 24.0001 8.00006 24.0001Z', fill: '#98A2B3' }), _jsx("path", { id: 'path1 fill 3', d: 'M4 12C4 9.79203 5.79205 8 8.00006 8H12.0001V16H8.00006C5.79205 16.0001 4 14.208 4 12Z', fill: '#98A2B3' }), _jsx("path", { id: 'path1 fill 2', d: 'M4 4.00003C4 1.79203 5.79205 0 8.00006 0H12.0001V7.99997H8.00006C5.79205 7.99997 4 6.20803 4 4.00003Z', fill: '#98A2B3' }), _jsx("path", { id: 'path2 fill 1', d: 'M12 0H16.0001C18.2081 0 20.0001 1.79203 20.0001 4.00003C20.0001 6.20803 18.2081 7.99997 16.0001 7.99997H12V0Z', fill: '#98A2B3' }), _jsx("path", { id: 'path3 fill 1', d: 'M20.0001 12C20.0001 14.208 18.2081 16.0001 16.0001 16.0001C13.792 16.0001 12 14.208 12 12C12 9.79203 13.792 8 16.0001 8C18.2081 8 20.0001 9.79203 20.0001 12Z', fill: '#98A2B3' })] }));
//# sourceMappingURL=FigmaGrey.js.map