UNPKG

styled-icons

Version:

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

16 lines (15 loc) 1.64 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Yelp = 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: "M9.514 10.21c-.27.272-.042.768-.042.768l2.033 3.394s.334.447.623.447c.29 0 .577-.239.577-.239l1.607-2.297s.162-.29.166-.544c.006-.361-.538-.46-.538-.46l-3.805-1.222s-.373-.099-.621.152zM9.321 8.5c.195.33.732.234.732.234l3.796-1.109s.517-.21.591-.491c.072-.281-.085-.619-.085-.619l-1.814-2.137s-.157-.27-.483-.297c-.36-.031-.581.405-.581.405L9.332 7.861s-.19.336-.01.64zM7.527 7.184c.447-.11.518-.759.518-.759l-.03-5.404S7.948.354 7.648.174c-.47-.285-.609-.136-.744-.116L3.753 1.229s-.309.102-.469.36c-.23.365.233.899.233.899l3.276 4.465s.323.334.735.233zm-.778 2.187c.011-.417-.5-.667-.5-.667L2.862 6.993s-.502-.207-.746-.063c-.187.11-.352.31-.368.486l-.221 2.716s-.033.471.089.685c.173.304.741.092.741.092l3.955-.874c.154-.103.423-.113.438-.664zm.983 1.466c-.339-.174-.746.187-.746.187l-2.648 2.915s-.33.446-.246.72c.079.257.21.384.396.474l2.659.839s.322.067.567-.004c.347-.1.283-.643.283-.643l.06-3.947s-.014-.38-.324-.541z", key: "k0" }))); }); exports.Yelp.displayName = 'Yelp'; exports.YelpDimensions = { height: 16, width: 16 };