UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Wine = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M17.568 9.432c0-2.55-.906-5.592-.944-5.72A1.001 1.001 0 0015.666 3H8.334c-.441 0-.83.289-.958.712-.038.128-.944 3.17-.944 5.72 0 2.735 1.984 5.011 4.587 5.477L11 15v4h-1a1 1 0 100 2h4a1 1 0 100-2h-1v-4l-.019-.092c2.603-.466 4.587-2.741 4.587-5.476zM12 13a3.565 3.565 0 01-3.511-3h7.021A3.563 3.563 0 0112 13zM8.445 9c.062-1.468.422-3.093.653-4h5.803c.231.907.591 2.532.653 4H8.445z", key: "k0" }))); }); exports.Wine.displayName = 'Wine'; exports.WineDimensions = { height: 24, width: 24 };