@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
27 lines • 1.25 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SlideMultipleArrowRight = /*#__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: "M5.25 3A3.25 3.25 0 0 0 2 6.25v8.5C2 15.99 3 17 4.25 17h.25V8.75c0-1.8 1.46-3.25 3.25-3.25H19v-.25C19 4.01 18 3 16.75 3H5.25z"
}), /*#__PURE__*/React.createElement("path", {
d: "M7.75 6.5c-1.24 0-2.25 1-2.25 2.25v9.5c0 1.24 1 2.25 2.25 2.25h3.98A6.5 6.5 0 0 1 22 12.81V8.75c0-1.24-1-2.25-2.25-2.25h-12z"
}), /*#__PURE__*/React.createElement("path", {
d: "M23 17.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0zm-8.5-.5a.5.5 0 0 0 0 1h4.8l-1.65 1.65a.5.5 0 0 0 .7.7l2.5-2.5a.5.5 0 0 0 0-.7l-2.5-2.5a.5.5 0 0 0-.7.7L19.29 17H14.5z"
}));
});
SlideMultipleArrowRight.displayName = 'SlideMultipleArrowRight';
export var SlideMultipleArrowRightDimensions = {
height: 24,
width: 24
};