UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 795 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 Popcorn = (props) => React.createElement("svg", { className: "lucide lucide-popcorn", 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: "M18 8a2 2 0 000-4 2 2 0 00-4 0 2 2 0 00-4 0 2 2 0 00-4 0 2 2 0 000 4M10 22L9 8M14 22l1-14" }), React.createElement("path", { d: "M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1z" })); exports.default = Popcorn;