@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 591 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const LayerSingle = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "layer-single" }), _jsx("path", { className: 'dry-icon-layer-single', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12.358 7.179c-.131-.066-.197-.098-.266-.111a.5.5 0 0 0-.184 0c-.069.013-.135.045-.266.111L2 12l9.642 4.821c.131.066.197.099.266.111.06.012.123.012.184 0 .069-.012.135-.045.266-.11L22 12 12.358 7.18Z' })] }));
//# sourceMappingURL=LayerSingle.js.map