UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

14 lines (13 loc) 861 B
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Foursquare = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __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" }))); }); Foursquare.displayName = 'Foursquare'; export var FoursquareDimensions = { height: 16, width: 16 };