UNPKG

@semcore/icon

Version:
27 lines 2.15 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 RootFarm({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Farm", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19 16.124c0-2.31-.405-5.05-1.137-7.558l.144-.156a54.287 54.287 0 0 1 2.615-2.624l.04-.037.01-.009.002-.002a1 1 0 1 0-1.35-1.476l-.004.004c-.145.137-.578.544-.832.791-.37.36-.84.829-1.357 1.367C15.904 3.333 14.132 1 12 1 9.867 1 8.096 3.333 6.868 6.424a57.125 57.125 0 0 0-1.357-1.367 81.511 81.511 0 0 0-.832-.79l-.005-.005a1 1 0 1 0-1.349 1.476l.003.002.01.01.04.036.157.147a54.246 54.246 0 0 1 2.602 2.633C5.404 11.075 5 13.814 5 16.124 5 21.624 9.54 23 12 23s7-1.376 7-6.876Zm-2 0c0 2.105-.824 3.218-1.741 3.874-.69.493-1.511.777-2.258.91a18.5 18.5 0 0 0-.001-.285 29.504 29.504 0 0 1 .13-2.414c.153-1.604.474-3.457 1.105-4.777.446-.933 1.197-1.997 2.043-3.04.466 1.957.722 3.99.722 5.732ZM8.388 8.08c.123-.357.253-.707.39-1.045.564-1.39 1.2-2.478 1.84-3.185C11.258 3.14 11.723 3 12 3c.275 0 .74.14 1.382.85.639.707 1.276 1.795 1.84 3.185.136.338.266.688.39 1.045-1.224 1.399-2.48 3.024-3.181 4.489A9.867 9.867 0 0 0 12 13.636c-.127-.37-.27-.73-.431-1.067-.701-1.466-1.958-3.09-3.18-4.489Zm-.666 2.312c.846 1.043 1.596 2.107 2.042 3.04.632 1.32.953 3.173 1.107 4.777A29.58 29.58 0 0 1 11 20.623l-.001.152v.133c-.747-.133-1.57-.417-2.258-.91C7.823 19.342 7 18.228 7 16.124c0-1.743.255-3.775.722-5.732Z", shapeRendering: "geometricPrecision" })); } RootFarm.displayName = 'Farm'; const Farm = createBaseComponent(RootFarm); export { Farm as default };