lucide-react
Version:
A Lucide icon library package for React applications.
30 lines (26 loc) • 750 B
JavaScript
/**
* @license lucide-react v1.46.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 __iconData = {
name: "square-bookmark",
size: 24,
node: [
[
"path",
{
d: "M11 3v7.751a.25.25 0 00.407.195l2.28-1.834a.5.5 0 01.627 0l2.28 1.834a.25.25 0 00.406-.195V3",
key: "1rbn6x"
}
],
["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }]
],
aliases: ["album"]
};
__iconData.node;
const SquareBookmark = createLucideIcon(__iconData);
export { __iconData, SquareBookmark as default };
//# sourceMappingURL=square-bookmark.mjs.map