@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CheckboxArrowRight = /*#__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 2A3.25 3.25 0 0 0 2 5.25v11.5C2 18.55 3.46 20 5.25 20h6.25a6.5 6.5 0 0 1 8.5-8.5V5.25C20 3.45 18.54 2 16.75 2H5.25Zm11.03 6.28-6.75 6.75c-.3.29-.77.29-1.06 0l-2.75-2.75a.75.75 0 0 1 1.06-1.06L9 13.44l6.22-6.22a.75.75 0 1 1 1.06 1.06ZM17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11Zm-3 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"
}));
});
CheckboxArrowRight.displayName = 'CheckboxArrowRight';
export var CheckboxArrowRightDimensions = {
height: 24,
width: 24
};