@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DoubleSwipeUp = /*#__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 2.3a1 1 0 0 0-1.4 0l-3 3a1 1 0 0 0 1.4 1.4l1.3-1.29V17a1 1 0 1 0 2 0V5.41l1.3 1.3a1 1 0 1 0 1.4-1.42l-3-3ZM12.5 17a5 5 0 0 1 3-4.58v2.34a3 3 0 0 0 2 5.24 3 3 0 0 0 2-5.24v-2.34a5 5 0 1 1-7 4.58Zm-8-4.58a5 5 0 1 0 4 0v2.34a3 3 0 0 1-2 5.24 3 3 0 0 1-2-5.24v-2.34ZM7.2 2.29a1 1 0 0 0-1.4 0l-3 3a1 1 0 0 0 1.4 1.42l1.3-1.3V17a1 1 0 1 0 2 0V5.41l1.3 1.3a1 1 0 0 0 1.4-1.42l-3-3Z"
}));
});
DoubleSwipeUp.displayName = 'DoubleSwipeUp';
export var DoubleSwipeUpDimensions = {
height: 24,
width: 24
};