UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.36 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var AlertSnooze = /*#__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: "M15.25 7h-2.6a.75.75 0 0 0 .1 1.5h1.04l-1.65 2.31-.06.1c-.25.48.1 1.09.67 1.09h2.6a.75.75 0 0 0-.1-1.5h-1.04l1.65-2.31.06-.1A.75.75 0 0 0 15.25 7zM21.25 2h-3.6a.75.75 0 0 0 .1 1.5h2.13l-2.76 4.35-.05.09A.75.75 0 0 0 17.75 9h3.6a.75.75 0 0 0-.1-1.5h-2.13l2.76-4.35.05-.09A.75.75 0 0 0 21.25 2z" }), /*#__PURE__*/React.createElement("path", { d: "M12.7 5.5h2.55c.5 0 .96.16 1.32.42l.62-.99a2.25 2.25 0 0 1-1.69-2.06 7.5 7.5 0 0 0-11 6.37v4.26l-1.41 3.16A.95.95 0 0 0 3.95 18h16.1a.95.95 0 0 0 .87-1.34L19.5 13.5v-3h-1.75l-.39-.03a2.24 2.24 0 0 1-1.8 3l-.06.02-.2.01h-2.55a2.25 2.25 0 0 1-2-3.3l.03-.04.11-.18.38-.53a2.24 2.24 0 0 1 1.18-3.93h.05l.2-.02zM14.96 19a3 3 0 0 1-5.92 0h5.92z" })); }); AlertSnooze.displayName = 'AlertSnooze'; export var AlertSnoozeDimensions = { height: 24, width: 24 };