lucide-react-native
Version:
A Lucide icon library package for React Native applications.
27 lines (23 loc) • 1.11 kB
JavaScript
/**
* @license lucide-react-native v1.31.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Columns3Cog = createLucideIcon("Columns3Cog", [
["path", { d: "M10.6 21H5a2 2 0 01-2-2V5a2 2 0 012-2h14a2 2 0 012 2v5.6", key: "19s2bv" }],
["path", { d: "m14.305 19.53.923-.382", key: "3m78fa" }],
["path", { d: "M15 3v7.6", key: "mv9izd" }],
["path", { d: "m15.229 16.852-.924-.383", key: "qpfz85" }],
["path", { d: "m16.852 15.228-.383-.923", key: "5xggr7" }],
["path", { d: "m16.852 20.772-.383.924", key: "dpfhf9" }],
["path", { d: "m19.148 15.228.383-.923", key: "1reyyz" }],
["path", { d: "m19.53 21.696-.382-.924", key: "1goivc" }],
["path", { d: "m20.773 16.852.922-.383", key: "59dfo2" }],
["path", { d: "m20.773 19.148.922.383", key: "1lk755" }],
["path", { d: "M9 3v18", key: "fh3hqa" }],
["circle", { cx: "18", cy: "18", r: "3", key: "1xkwt0" }]
]);
export { Columns3Cog as default };
//# sourceMappingURL=columns-3-cog.mjs.map