@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Component2DoubleTapSwipeDown = /*#__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 15.71v-1.58a5.5 5.5 0 1 1 4.21-.1l-.2.1v1.58a7 7 0 1 0-4.26-.08l.25.08Zm0-2.68v-1.8A3 3 0 0 1 12 6a3 3 0 0 1 2.14 5.1l-.14.14v1.8a4.5 4.5 0 1 0-4.2-.1l.2.1Zm1.39 8.76a1 1 0 0 0 1.22 0l.1-.08 3-3 .08-.1a1 1 0 0 0 0-1.22l-.08-.1-.1-.08a1 1 0 0 0-1.22 0l-.1.08L13 18.6V9a1 1 0 0 0-2-.12v9.72l-1.3-1.3-.09-.08a1 1 0 0 0-1.4 1.4l.08.1 3 3 .1.08Z"
}));
});
Component2DoubleTapSwipeDown.displayName = 'Component2DoubleTapSwipeDown';
export var Component2DoubleTapSwipeDownDimensions = {
height: 24,
width: 24
};