UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 936 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 GlassFull = (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-glass-full", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M5.004 10.229l-.003-.186.001-.113.008-.071 1-7a1 1 0 01.877-.853L7 2h10a1 1 0 01.968.747l.022.112 1.006 7.05L19 10c0 3.226-2.56 5.564-6 5.945V20h3a1 1 0 01.117 1.993L16 22H8a1 1 0 01-.117-1.993L8 20h3v-4.055c-3.358-.371-5.878-2.609-5.996-5.716zM16.133 4H7.866l-.607 4.258a6.001 6.001 0 015.125.787l.216.155a4 4 0 004.32.31L16.133 4z" })); exports.default = GlassFull;