UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

26 lines (24 loc) 641 B
/** * @license lucide-solid v0.487.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ // src/icons/camera.tsx import Icon from "../Icon"; var iconNode = [ [ "path", { d: "M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z", key: "1tc9qg" } ], ["circle", { cx: "12", cy: "13", r: "3", key: "1vg3eu" }] ]; var Camera = (props) => <Icon {...props} iconNode={iconNode} name="camera" />; var camera_default = Camera; export { camera_default as default }; //# sourceMappingURL=camera.jsx.map