@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 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 PersonAlert = /*#__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: "M17.75 14C19 14 20 15 20 16.25v.92c0 .57-.18 1.13-.5 1.6C17.93 20.93 15.41 22 12 22h-.48c.12-.01.37-.03.62-.14a1.5 1.5 0 0 0 .72-1.99c-.1-.24-.3-.41-.38-.5l-.37-.32-.61-.51V16c0-.71-.15-1.39-.42-2h6.67ZM12 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10ZM6.5 12a4 4 0 0 0-4 4v3l-.95.8c-.3.26-.46.39-.5.5a.5.5 0 0 0 .24.65c.1.05.3.05.7.05h9.02c.4 0 .6 0 .7-.05a.5.5 0 0 0 .25-.66c-.05-.1-.2-.23-.5-.49l-.96-.8v-3a4 4 0 0 0-4-4ZM8 22c-.22.58-.8 1-1.5 1-.69 0-1.28-.42-1.5-1h3Z"
}));
});
PersonAlert.displayName = 'PersonAlert';
export var PersonAlertDimensions = {
height: 24,
width: 24
};