UNPKG

@semcore/icon

Version:
26 lines 1.26 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Wine({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Wine", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.894 2.805A.998.998 0 0 1 7.872 2h8.256c.476 0 .885.337.978.805l1.267 6.407c.732 3.696-1.791 7.16-5.373 7.712V20h2a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h2v-3.076c-3.582-.551-6.105-4.016-5.373-7.712l1.267-6.407Zm.688 6.796L8.69 4h6.62l1.108 5.601C16.971 12.396 14.84 15 12 15s-4.971-2.604-4.418-5.399Z", shapeRendering: "geometricPrecision" })); } Wine.displayName = 'Wine'; export default createBaseComponent(Wine);