UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

21 lines (17 loc) 579 B
/** * @license lucide-react v0.323.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.js'; const PauseOctagon = createLucideIcon("PauseOctagon", [ ["path", { d: "M10 15V9", key: "1lckn7" }], ["path", { d: "M14 15V9", key: "1muqhk" }], [ "path", { d: "M7.714 2h8.572L22 7.714v8.572L16.286 22H7.714L2 16.286V7.714L7.714 2z", key: "1m7qra" } ] ]); export { PauseOctagon as default }; //# sourceMappingURL=pause-octagon.js.map