UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.07 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Component2DoubleTapSwipeUp = /*#__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: "M10 8.29v1.58a5.5 5.5 0 1 0 4.21.1l-.2-.1V8.3a7 7 0 1 1-4.26.08L10 8.3Zm0 2.68v1.8A3 3 0 0 0 12 18a3 3 0 0 0 2.14-5.1l-.14-.14v-1.8a4.5 4.5 0 1 1-4.2.1l.2-.1Zm1.39-8.76a1 1 0 0 1 1.22 0l.1.08 3 3 .08.1a1 1 0 0 1 0 1.22l-.08.1-.1.08a1 1 0 0 1-1.22 0l-.1-.08L13 5.4V15a1 1 0 0 1-2 .12V5.4L9.7 6.7l-.09.08a1 1 0 0 1-1.4-1.4l.08-.1 3-3 .1-.08Z" })); }); Component2DoubleTapSwipeUp.displayName = 'Component2DoubleTapSwipeUp'; export var Component2DoubleTapSwipeUpDimensions = { height: 24, width: 24 };