sebikostudio-icons
Version:
A collection of icon components
44 lines • 1.98 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import React, { forwardRef } from 'react';
export const AvatarsIcon = /*#__PURE__*/forwardRef(({
className,
style,
ariaLabel,
...props
}, ref) => /*#__PURE__*/React.createElement("svg", _extends({
ref: ref,
className: className,
"aria-label": ariaLabel || "avatar, user, person, avatars, avatar group, people",
style: style,
width: "20",
height: "20",
viewBox: "0 0 20 20",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M14.5 3.5H8H5.5C3.29086 3.5 1.5 5.29086 1.5 7.5V12.5C1.5 14.7091 3.29086 16.5 5.5 16.5H8H14.5C16.7091 16.5 18.5 14.7091 18.5 12.5V7.5C18.5 5.29086 16.7091 3.5 14.5 3.5Z",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M8.5 8C8.5 9.10457 7.60457 10 6.5 10C5.39543 10 4.5 9.10457 4.5 8C4.5 6.89543 5.39543 6 6.5 6C7.60457 6 8.5 6.89543 8.5 8Z",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.5 8C15.5 9.10457 14.6046 10 13.5 10C12.3954 10 11.5 9.10457 11.5 8C11.5 6.89543 12.3954 6 13.5 6C14.6046 6 15.5 6.89543 15.5 8Z",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M2.5 15C2.5 13.5 3.8 12.5 5.50009 12.5H7.50008C9.2 12.5 10.5 13.5 10.5 15V16.5",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.5 12.5H15C16.7 12.5 17.5 13.5 17.5 15",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round"
})));
export default AvatarsIcon;