UNPKG

@semcore/icon

Version:
26 lines 2.15 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 Farm({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Farm", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.349 6.099a40.404 40.404 0 0 1 2.288-2.326l.03-.027.006-.006.002-.002a1 1 0 1 0-1.35-1.476l-.004.003-.003.004c-.303.294-1.074 1.046-1.664 1.648C10.778 1.682 9.517 0 8 0 6.484 0 5.224 1.68 4.348 3.912a43.065 43.065 0 0 0-1.04-1.048c-.192-.187-.52-.495-.63-.599l-.003-.003a1 1 0 1 0-1.35 1.476l.002.002.007.006.03.027.116.11A40.432 40.432 0 0 1 3.65 6.1C3.23 7.753 3 9.499 3 10.999c0 4 3.243 5 5 5 1.757 0 5-1 5-5 0-1.5-.23-3.246-.651-4.901ZM11 10.999c0 1.37-.512 2.015-1.018 2.384-.289.21-.622.36-.954.459.015-.273.036-.582.068-.911.114-1.197.352-2.55.806-3.5.2-.419.488-.878.827-1.35.176 1.016.271 2.023.271 2.918ZM5.271 8.081A17.377 17.377 0 0 0 5 10.999c0 1.37.512 2.015 1.018 2.384.289.21.622.36.953.459a21.563 21.563 0 0 0-.067-.911c-.114-1.197-.352-2.55-.806-3.5-.2-.419-.488-.878-.827-1.35Zm.6-2.479C6.665 6.55 7.439 7.6 7.902 8.57A6.7 6.7 0 0 1 8 8.783c.031-.073.064-.144.098-.214.463-.97 1.237-2.02 2.031-2.967a15.01 15.01 0 0 0-.362-1.02c-.39-.98-.817-1.708-1.215-2.156a1.787 1.787 0 0 0-.442-.383.422.422 0 0 0-.09-.04A.075.075 0 0 0 8 2c-.002 0-.008 0-.02.004a.422.422 0 0 0-.09.039 1.787 1.787 0 0 0-.442.383c-.398.448-.824 1.176-1.215 2.157-.13.326-.25.668-.362 1.02Z", shapeRendering: "geometricPrecision" })); } Farm.displayName = 'Farm'; export default createBaseComponent(Farm);