@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 905 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Sleep = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M13.38 3.03a9 9 0 1 1-7.9 14.1.68.68 0 0 1 .32-1.02c3.4-1.21 5.21-2.62 6.27-4.63 1.1-2.12 1.4-4.44.62-7.62a.68.68 0 0 1 .69-.83zm-2.39.62.01.1V9a2 2 0 1 1-1.5-1.94v-2.3L6 5.83V10a2 2 0 1 1-1.5-1.94V5.27c0-.29.17-.55.43-.68l.1-.03 5-1.53c.45-.13.9.17.96.62z"
}));
});
Sleep.displayName = 'Sleep';
export var SleepDimensions = {
height: 24,
width: 24
};