@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.5 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonStarburst = /*#__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: "M13.49 3.05a1.43 1.43 0 0 0-2.61 0c-.38.82-1.41 1.1-2.15.57-1-.72-2.38.08-2.26 1.3.1.9-.66 1.66-1.56 1.57A1.43 1.43 0 0 0 3.6 8.76c.53.73.25 1.76-.57 2.14a1.43 1.43 0 0 0 0 2.6c.82.38 1.1 1.42.57 2.15-.72 1 .08 2.38 1.3 2.26.9-.09 1.66.67 1.57 1.57a1.43 1.43 0 0 0 2.26 1.3 1.43 1.43 0 0 1 2.15.58 1.43 1.43 0 0 0 2.6 0c.38-.82 1.42-1.1 2.15-.57 1 .72 2.38-.08 2.26-1.3-.09-.9.67-1.67 1.57-1.58a1.43 1.43 0 0 0 1.3-2.26 1.43 1.43 0 0 1 .58-2.14 1.43 1.43 0 0 0 0-2.61 1.43 1.43 0 0 1-.57-2.14c.72-1-.08-2.39-1.31-2.27-.9.1-1.66-.66-1.57-1.56a1.43 1.43 0 0 0-2.26-1.31c-.73.53-1.77.25-2.14-.57ZM9.77 8.58a2.41 2.41 0 1 1 4.83 0 2.41 2.41 0 0 1-4.83 0Zm-.6 3.62h6.03c1 0 1.81.81 1.81 1.81 0 1.35-.55 2.43-1.46 3.16-.9.72-2.1 1.07-3.37 1.07a5.35 5.35 0 0 1-3.36-1.07 3.92 3.92 0 0 1-1.47-3.16c0-1 .82-1.8 1.82-1.8Z"
}));
});
PersonStarburst.displayName = 'PersonStarburst';
export var PersonStarburstDimensions = {
height: 24,
width: 24
};