@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.2 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: "M6.75 6a1 1 0 0 1 1 1v11.59l1.3-1.3a1 1 0 0 1 1.31-.08l.1.08a1 1 0 0 1 .08 1.32l-.08.1-3 3a1 1 0 0 1-1.32.08l-.1-.08-3-3a1 1 0 0 1 1.32-1.5l.1.08 1.29 1.3V7a1 1 0 0 1 1-1zm10.5 0a1 1 0 0 1 1 1v11.58l1.3-1.29a1 1 0 0 1 1.31-.08l.1.08a1 1 0 0 1 .08 1.32l-.09.1-3 3a1 1 0 0 1-1.32.08l-.09-.08-3-3a1 1 0 0 1 1.32-1.5l.1.08 1.29 1.3V7a1 1 0 0 1 1-1zM6.75 2a4.75 4.75 0 0 1 2 9.06V9.3a3.24 3.24 0 1 0-4 0v1.75a4.75 4.75 0 0 1 2-9.06zm10.5 0a4.75 4.75 0 0 1 2 9.06V9.3a3.24 3.24 0 1 0-4 0v1.75a4.75 4.75 0 0 1 2-9.06z"
}));
});
DoubleSwipeDown.displayName = 'DoubleSwipeDown';
export var DoubleSwipeDownDimensions = {
height: 24,
width: 24
};