UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 823 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Pizza = (props) => React.createElement("svg", { className: "lucide lucide-pizza", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M12 14l-1 1M13.75 18.25l-1.25 1.42M17.775 5.654a15.68 15.68 0 00-12.121 12.12M18.8 9.3a1 1 0 002.1 7.7" }), React.createElement("path", { d: "M21.964 20.732a1 1 0 01-1.232 1.232l-18-5a1 1 0 01-.695-1.232A19.68 19.68 0 0115.732 2.037a1 1 0 011.232.695z" })); exports.default = Pizza;