@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DoubleSwipeDown = /*#__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: "M18.2 21.7a1 1 0 0 1-1.4 0l-3-3a1 1 0 0 1 1.4-1.4l1.3 1.29V7a1 1 0 1 1 2 0v11.59l1.3-1.3a1 1 0 0 1 1.4 1.42l-3 3ZM12.5 7a5 5 0 0 0 3 4.58V9.24a3 3 0 0 1 2-5.24 3 3 0 0 1 2 5.24v2.34a5 5 0 1 0-7-4.58Zm-8 4.58a5 5 0 1 1 4 0V9.24A3 3 0 0 0 6.5 4a3 3 0 0 0-2 5.24v2.34Zm2.7 10.13a1 1 0 0 1-1.4 0l-3-3a1 1 0 1 1 1.4-1.42l1.3 1.3V7a1 1 0 0 1 2 0v11.59l1.3-1.3a1 1 0 0 1 1.4 1.42l-3 3Z"
}));
});
DoubleSwipeDown.displayName = 'DoubleSwipeDown';
export var DoubleSwipeDownDimensions = {
height: 24,
width: 24
};