@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 969 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Snooze = /*#__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: "M9 12.5a1 1 0 0 1 .85 1.54l-.07.09L5.08 20H9a1 1 0 0 1 1 .88V21a1 1 0 0 1-.88 1H3a1 1 0 0 1-.85-1.53l.07-.1 4.7-5.87H3a1 1 0 0 1-1-.88v-.12a1 1 0 0 1 .88-.99H9zM21 2a1 1 0 0 1 .84 1.54l-.07.1L14.11 13H21a1 1 0 0 1 1 .88V14a1 1 0 0 1-.88 1H12a1 1 0 0 1-.84-1.54l.07-.1L18.89 4H12a1 1 0 0 1-1-.88V3a1 1 0 0 1 .88-1H21z"
}));
});
Snooze.displayName = 'Snooze';
export var SnoozeDimensions = {
height: 24,
width: 24
};