UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

26 lines (22 loc) 717 B
/** * @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: "face-expressionless", size: 24, node: [ ["path", { d: "M14 10h2", key: "1lstlu" }], ["path", { d: "M8 10h2", key: "66od0" }], ["path", { d: "M8 16h8", key: "10ke2u" }], ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }] ], aliases: ["annoyed"] }; __iconData.node; const FaceExpressionless = createLucideIcon(__iconData); export { __iconData, FaceExpressionless as default }; //# sourceMappingURL=face-expressionless.mjs.map