iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.05 kB
JavaScript
;
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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-pizza", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12.89 2.542l8.5 16.517a1 1 0 01-.446 1.354 20.1 20.1 0 01-8.945 2.087l-.522-.007a20.1 20.1 0 01-8.423-2.08 1 1 0 01-.443-1.354l8.5-16.517a1 1 0 011.778 0m-7.064 14.64l-.96 1.865.409.17a18.2 18.2 0 006.226 1.276l.5.007a18.1 18.1 0 006.708-1.279l.424-.176-.89-1.728a15.9 15.9 0 01-6.046 1.183 15.9 15.9 0 01-6.37-1.318M11 12.99a1 1 0 00-1 1l.007.127A1 1 0 0012 14l-.007-.127A1 1 0 0011 12.99M13 10a1 1 0 00-1 1l.007.127A1 1 0 0014 11.01l-.007-.127A1 1 0 0013 10" }));
exports.default = Pizza;