UNPKG

@semcore/icon

Version:
24 lines 1.92 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 Foursquare({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Foursquare", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M19.585 1.639c-.39-.582-1.152-.647-1.79-.638-3.846.017-7.693.007-11.541.004a4.06 4.06 0 0 0-.66.061c-.705.117-1.286.71-1.41 1.41-.113.691-.048 1.396-.057 2.092-.001 5.65.005 11.3-.004 16.95.016.348.028.728.244 1.022.341.465 1.031.581 1.535.331.303-.165.528-.434.754-.688 1.653-1.95 3.372-3.847 5.021-5.801.182-.207.396-.433.698-.416 1.19-.061 2.383.04 3.574-.022.405-.02.826-.136 1.12-.43.399-.393.523-.964.65-1.49.676-3.277 1.288-6.568 1.967-9.845.16-.827.396-1.782-.101-2.54Zm-2.968 5.308c-.098.325-.521.303-.806.326-1.43.028-2.861-.035-4.29.007-.437-.017-.91.257-.937.731-.093.591-.055 1.503.686 1.633 1.4.157 2.82-.051 4.222.084.467.014.476.565.403.905-.16.824-.283 1.661-.524 2.468-.061.267-.315.407-.575.409-1.181.099-2.37-.041-3.551.043-.485.007-.773.441-1.06.767a212.664 212.664 0 0 1-3.62 4.355c-.048-4.608.005-9.217-.027-13.826.01-.345-.007-.705.12-1.033.18-.381.658-.371 1.017-.391 2.805.003 5.612.01 8.418-.003.465.014.955-.063 1.076.351.16.55-.334 2.452-.552 3.174Z", shapeRendering: "geometricPrecision" })); } Foursquare.displayName = 'Foursquare'; export default createBaseComponent(Foursquare);