UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 2.71 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TimePicker = /*#__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: "M16.78 17.37a1 1 0 0 1-.15 1.4l-4 3.26a1 1 0 0 1-1.26 0l-4-3.25a1 1 0 1 1 1.26-1.56L12 19.96l3.37-2.74a1 1 0 0 1 1.4.15zM4.7 9.49c.55 0 .98.18 1.28.55.3.37.46.88.46 1.55v.91c0 .67-.16 1.2-.46 1.56-.3.36-.72.54-1.27.54-.56 0-.99-.18-1.29-.55-.3-.37-.45-.88-.45-1.55v-.9c0-.68.15-1.2.45-1.56.3-.37.73-.55 1.28-.55zm4.05 0c.55 0 .98.18 1.28.55.3.37.46.88.46 1.55v.91c0 .67-.15 1.2-.45 1.56-.3.36-.73.54-1.28.54s-.98-.18-1.29-.55c-.3-.37-.45-.88-.45-1.55v-.9c0-.68.15-1.2.45-1.56.3-.37.73-.55 1.28-.55zm6.47 0c.55 0 .98.18 1.28.55.3.37.46.88.46 1.55v.91c0 .67-.15 1.2-.45 1.56-.3.36-.73.54-1.28.54s-.98-.18-1.29-.55c-.3-.37-.45-.88-.45-1.55v-.9c0-.68.15-1.2.45-1.56.3-.37.73-.55 1.28-.55zm4.06 0c.55 0 .97.18 1.28.55.3.37.45.88.45 1.55v.91c0 .67-.15 1.2-.45 1.56-.3.36-.73.54-1.28.54s-.98-.18-1.28-.55c-.3-.37-.46-.88-.46-1.55v-.9c0-.68.15-1.2.46-1.56.3-.37.72-.55 1.28-.55zM12 13c.18 0 .33.05.45.16s.19.25.19.42c0 .17-.07.3-.19.41a.66.66 0 0 1-.45.17.65.65 0 0 1-.46-.17.54.54 0 0 1-.18-.41c0-.17.06-.3.18-.42.12-.1.27-.16.46-.16zm-7.3-2.62c-.19 0-.33.08-.42.24-.1.17-.14.42-.15.75v1.27c0 .37.05.64.14.82.1.17.24.25.45.25.2 0 .34-.08.43-.25.1-.17.14-.43.14-.79v-1.23c0-.35-.04-.62-.14-.8a.47.47 0 0 0-.44-.26zm4.06 0c-.2 0-.34.08-.43.24-.09.17-.14.42-.14.75v1.27c0 .37.04.64.14.82.09.17.24.25.44.25s.34-.08.43-.25c.1-.17.15-.43.15-.79v-1.23c0-.35-.05-.62-.14-.8a.47.47 0 0 0-.45-.26zm6.47 0c-.2 0-.34.08-.43.24-.09.17-.14.42-.15.75v1.27c0 .37.05.64.14.82.1.17.25.25.45.25s.34-.08.43-.25c.1-.17.14-.43.15-.79v-1.23c0-.35-.05-.62-.14-.8a.47.47 0 0 0-.45-.26zm4.06 0c-.2 0-.35.08-.44.24-.07.14-.12.34-.13.59l-.01.16v1.27c0 .37.05.64.14.82.1.17.24.25.44.25s.34-.08.44-.25c.07-.14.12-.34.14-.61v-1.41c0-.35-.05-.62-.14-.8a.47.47 0 0 0-.44-.26zm-7.29-.1c.18 0 .33.05.45.15.12.11.19.25.19.42 0 .17-.07.3-.19.42a.66.66 0 0 1-.45.16.65.65 0 0 1-.46-.17.54.54 0 0 1-.18-.41c0-.17.06-.3.18-.41.12-.11.27-.17.46-.17zM7.37 5.21l4-3.25a1 1 0 0 1 1.16-.07l.1.07 4 3.25a1 1 0 0 1-1.16 1.63l-.1-.07L12 4.04 8.63 6.78A1 1 0 0 1 7.28 5.3l.09-.09 4-3.25-4 3.25z" })); }); TimePicker.displayName = 'TimePicker'; export var TimePickerDimensions = { height: 24, width: 24 };