UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.13 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialE911AvatarFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "E911AvatarFilled", short_name: "E911Avatar", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M17 7q-.425 0-.712-.287Q16 6.425 16 6V3q0-.425.288-.713Q16.575 2 17 2t.712.287Q18 2.575 18 3v3q0 .425-.288.713Q17.425 7 17 7Zm0 4q-.425 0-.712-.288Q16 10.425 16 10t.288-.713Q16.575 9 17 9t.712.287Q18 9.575 18 10t-.288.712Q17.425 11 17 11Zm2.95 10q-3.225 0-6.287-1.438-3.063-1.437-5.425-3.8-2.363-2.362-3.8-5.425Q3 7.275 3 4.05q0-.45.3-.75t.75-.3H8.1q.35 0 .625.225t.325.575l.65 3.5q.05.35-.012.637-.063.288-.288.513L7 10.9q1.05 1.8 2.625 3.375T13.1 17l2.35-2.35q.225-.225.588-.338.362-.112.712-.062l3.45.7q.35.075.575.337.225.263.225.613v4.05q0 .45-.3.75t-.75.3Z" })); }); IconMaterialE911AvatarFilled.displayName = 'AmauiIconMaterialE911AvatarFilled'; export default IconMaterialE911AvatarFilled;