UNPKG

@semcore/icon

Version:
27 lines 1.23 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootWine({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Wine", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.782.647A.914.914 0 0 1 5.66 0h4.682c.404 0 .76.263.877.647l1.09 3.606c.766 2.536-.84 5.086-3.308 5.638V13h1a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2h1V9.89C4.532 9.34 2.926 6.79 3.693 4.254L4.783.647Zm.84 4.18L6.477 2h3.046l.855 2.828C10.855 6.408 9.663 8 8 8 6.337 8 5.145 6.409 5.622 4.828Z", shapeRendering: "geometricPrecision" })); } RootWine.displayName = 'Wine'; const Wine = createBaseComponent(RootWine); export { Wine as default };