@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var EditArrowBack = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12.66 4.17a2 2 0 1 0-2.83-2.83l-.7.71 2.82 2.83.7-.7zM5.13 11.7A5.52 5.52 0 0 1 10.66 5L8.4 2.76 2.44 8.73a2.5 2.5 0 0 0-.66 1.16l-.57 2.3c-.09.36.24.69.6.6l2.3-.57c.38-.1.73-.28 1.02-.53zM10.5 15a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zm-.9-6.4-.9.9h1.55A2.75 2.75 0 0 1 13 12.25v.25a.5.5 0 0 1-1 0v-.25c0-.97-.78-1.75-1.75-1.75H8.71l.9.9a.5.5 0 0 1-.71.7l-1.76-1.75a.5.5 0 0 1 0-.7L8.9 7.9a.5.5 0 1 1 .7.7z"
}));
});
EditArrowBack.displayName = 'EditArrowBack';
export var EditArrowBackDimensions = {
height: 16,
width: 16
};