UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

26 lines (24 loc) 704 B
/** * @license lucide-solid v0.562.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/fast-forward.tsx import Icon from "../Icon"; var iconNode = [ [ "path", { d: "M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z", key: "b19h5q" } ], [ "path", { d: "M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z", key: "h7h5ge" } ] ]; var FastForward = (props) => <Icon {...props} iconNode={iconNode} name="fast-forward" />; var fast_forward_default = FastForward; export { fast_forward_default as default }; //# sourceMappingURL=fast-forward.jsx.map