UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

18 lines (14 loc) 559 B
/** * @license lucide-react v0.367.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 OctagonPause = createLucideIcon("OctagonPause", [ ["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.714z", key: "p5imkh" }] ]); export { OctagonPause as default }; //# sourceMappingURL=octagon-pause.js.map