styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 984 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Foursquare = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { d: "M13.306 1.408A1.001 1.001 0 0012.5 1H3a1 1 0 00-1 1v12a1.002 1.002 0 00.999 1 1 1 0 00.707-.293L7.413 11h2.586a.999.999 0 00.954-.702l2.5-8a.999.999 0 00-.149-.891zM10.515 5H7a1 1 0 000 2h2.89l-.625 2H7a.997.997 0 00-.707.293L4 11.586V3h7.14l-.625 2z", key: "k0" })));
});
exports.Foursquare.displayName = 'Foursquare';
exports.FoursquareDimensions = { height: 16, width: 16 };
;