styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 936 B
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Sleepy2 = 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: "M8 0a8 8 0 100 16A8 8 0 008 0zM4.854 5.166a.5.5 0 01-.707-.707c.696-.696 2.011-.696 2.707 0a.5.5 0 01-.708.707c-.302-.302-.991-.302-1.293 0zM8 13c-1.105 0-2-1.119-2-2.5S6.895 8 8 8s2 1.119 2 2.5S9.105 13 8 13zm3.854-7.834a.498.498 0 01-.708 0c-.302-.302-.991-.302-1.293 0a.5.5 0 01-.707-.707c.696-.696 2.011-.696 2.707 0a.5.5 0 010 .707z", key: "k0" })));
});
Sleepy2.displayName = 'Sleepy2';
export var Sleepy2Dimensions = { height: 16, width: 16 };