styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 2.37 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Fair = 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 32 32" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm-8-7.746v.266l.045.175c.16.599.575.972 1.175 1.154.708.215 1.432.172 2.15.047 1.052-.182 1.932-.677 2.675-1.399.514-.5.936-1.064 1.281-1.683.712-1.277 1.147-2.649 1.536-4.036.194-.69.362-1.386.537-2.08.03-.119.083-.158.217-.158.493.003.987-.003 1.48-.022.288-.011.559-.09.753-.319.093-.11.196-.214.282-.329.265-.353.22-.803-.096-1.117-.259-.256-.587-.349-.942-.362-.33-.012-.66-.002-.994-.002-.002-.028-.007-.046-.003-.062.08-.326.165-.652.242-.979.018-.08.068-.079.131-.08.475-.008.95-.012 1.424-.028.355-.012.695-.061.985-.299.356-.29.431-.59.358-.971-.072-.375-.345-.594-.702-.728-.293-.11-.599-.111-.906-.106-.212.003-.425 0-.642 0 .005-.043.003-.07.011-.096.25-.816.554-1.612.974-2.364.202-.361.442-.698.749-.987.057-.054.134-.09.202-.134l.027.035c-.012.033-.025.066-.035.1-.134.448-.093.87.24 1.23.354.386.812.53 1.344.512.693-.023 1.458-.595 1.5-1.495.016-.317-.117-.585-.254-.854a1.754 1.754 0 00-1.03-.884c-.776-.266-1.573-.232-2.362-.092-1.19.211-2.183.787-3.026 1.6-.64.617-1.156 1.328-1.596 2.085-.241.416-.445.852-.653 1.285-.06.126-.127.175-.278.172a73.09 73.09 0 00-1.873-.004 1.727 1.727 0 00-.438.055c-.398.11-.647.369-.705.757-.057.384.04.73.393.974.284.196.613.273.952.287.432.017.865.004 1.303.004 0 .034.005.057 0 .077-.092.346-.183.693-.281 1.037-.009.031-.068.07-.104.07-.386.006-.772-.001-1.159.005-.403.007-.815-.019-1.207.05-.56.096-.854.477-.844.973.01.567.418.936 1.017.982.44.034.884.021 1.326.028.13.002.259 0 .4 0-.02.093-.033.172-.054.248-.527 1.94-1.05 3.883-1.586 5.821-.099.357-.246.702-.377 1.05-.02.053-.077.093-.117.138-.037-.046-.084-.088-.108-.14a1.086 1.086 0 00-.392-.457c-.533-.362-1.12-.426-1.735-.257-.606.167-1.012.535-1.167 1.132L8 24.254z", key: "k0" })));
});
Fair.displayName = 'Fair';
export var FairDimensions = { height: 32, width: 32 };