@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var StarArrowRightStart = /*#__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: "M10.79 3.1c.5-1 1.93-1 2.42 0l2.36 4.78 5.27.77c1.1.16 1.55 1.52.75 2.3l-3.82 3.72.9 5.25a1.35 1.35 0 0 1-1.95 1.42l-3.96-2.08a6.5 6.5 0 0 0-9.44-7.43l-.9-.88c-.81-.78-.37-2.14.74-2.3l5.27-.77L10.8 3.1z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 17.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0zM3.5 17a.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.7L8.29 17H3.5z"
}));
});
StarArrowRightStart.displayName = 'StarArrowRightStart';
export var StarArrowRightStartDimensions = {
height: 24,
width: 24
};