@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
159 lines (131 loc) • 2.19 MB
JavaScript
import React from 'react';
import { getAttributes } from '@carbon/icon-helpers';
import PropTypes from 'prop-types';
function _defineProperty(obj, key, value) {
if (key in obj) {
Object.defineProperty(obj, key, {
value: value,
enumerable: true,
configurable: true,
writable: true
});
} else {
obj[key] = value;
}
return obj;
}
function _extends() {
_extends = Object.assign || function (target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];
for (var key in source) {
if (Object.prototype.hasOwnProperty.call(source, key)) {
target[key] = source[key];
}
}
}
return target;
};
return _extends.apply(this, arguments);
}
function ownKeys(object, enumerableOnly) {
var keys = Object.keys(object);
if (Object.getOwnPropertySymbols) {
var symbols = Object.getOwnPropertySymbols(object);
if (enumerableOnly) symbols = symbols.filter(function (sym) {
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
});
keys.push.apply(keys, symbols);
}
return keys;
}
function _objectSpread2(target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i] != null ? arguments[i] : {};
if (i % 2) {
ownKeys(Object(source), true).forEach(function (key) {
_defineProperty(target, key, source[key]);
});
} else if (Object.getOwnPropertyDescriptors) {
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
} else {
ownKeys(Object(source)).forEach(function (key) {
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
});
}
}
return target;
}
function _objectWithoutPropertiesLoose(source, excluded) {
if (source == null) return {};
var target = {};
var sourceKeys = Object.keys(source);
var key, i;
for (i = 0; i < sourceKeys.length; i++) {
key = sourceKeys[i];
if (excluded.indexOf(key) >= 0) continue;
target[key] = source[key];
}
return target;
}
function _objectWithoutProperties(source, excluded) {
if (source == null) return {};
var target = _objectWithoutPropertiesLoose(source, excluded);
var key, i;
if (Object.getOwnPropertySymbols) {
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
for (i = 0; i < sourceSymbolKeys.length; i++) {
key = sourceSymbolKeys[i];
if (excluded.indexOf(key) >= 0) continue;
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
target[key] = source[key];
}
}
return target;
}
var defaultStyle = {
willChange: 'transform'
};
var Icon = React.forwardRef(function Icon(_ref, ref) {
var className = _ref.className,
children = _ref.children,
_ref$style = _ref.style,
style = _ref$style === void 0 ? {} : _ref$style,
tabIndex = _ref.tabIndex,
rest = _objectWithoutProperties(_ref, ["className", "children", "style", "tabIndex"]);
var _getAttributes = getAttributes(_objectSpread2({}, rest, {
tabindex: tabIndex
})),
tabindex = _getAttributes.tabindex,
props = _objectWithoutProperties(_getAttributes, ["tabindex"]);
if (className) {
props.className = className;
}
if (tabindex !== undefined && tabindex !== null) {
props.tabIndex = tabindex;
}
if (ref) {
props.ref = ref;
}
props.style = _objectSpread2({}, defaultStyle, {}, style);
return React.createElement('svg', props, children);
});
Icon.displayName = 'Icon';
Icon.propTypes = {
'aria-hidden': PropTypes.string,
'aria-label': PropTypes.string,
'aria-labelledby': PropTypes.string,
className: PropTypes.string,
children: PropTypes.node,
height: PropTypes.number,
preserveAspectRatio: PropTypes.string,
tabIndex: PropTypes.string,
viewBox: PropTypes.string,
width: PropTypes.number,
xmlns: PropTypes.string
};
Icon.defaultProps = {
xmlns: 'http://www.w3.org/2000/svg',
preserveAspectRatio: 'xMidYMid meet'
};
var AddAlt16=/*#__PURE__*/React.forwardRef(function AddAlt16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z"}),React.createElement("path",{d:"M12 7L9 7 9 4 7 4 7 7 4 7 4 9 7 9 7 12 9 12 9 9 12 9z"}),props.children);});var AddFilled16=/*#__PURE__*/React.forwardRef(function AddFilled16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.2,1,1,4.2,1,8s3.2,7,7,7s7-3.2,7-7S11.8,1,8,1z M12,9H9v3H7V9H4V7h3V4h2v3h3V9z"}),props.children);});var Add16=/*#__PURE__*/React.forwardRef(function Add16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M9 7L9 3 7 3 7 7 3 7 3 9 7 9 7 13 9 13 9 9 13 9 13 7z"}),props.children);});var AppSwitcher16=/*#__PURE__*/React.forwardRef(function AppSwitcher16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M12 12H14V14H12zM7 12H9V14H7zM2 12H4V14H2zM12 7H14V9H12zM7 7H9V9H7zM2 7H4V9H2zM12 2H14V4H12zM7 2H9V4H7zM2 2H4V4H2z"}),props.children);});var Apps16=/*#__PURE__*/React.forwardRef(function Apps16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M4 2v2H2V2h2zm1-1H1v4h4V1zM9 2v2H7V2h2zm1-1H6v4h4V1zM14 2v2h-2V2h2zm1-1h-4v4h4V1zM4 7v2H2V7h2zm1-1H1v4h4V6zM9 7v2H7V7h2zm1-1H6v4h4V6zM14 7v2h-2V7h2zm1-1h-4v4h4V6zM4 12v2H2v-2h2zm1-1H1v4h4v-4zM9 12v2H7v-2h2zm1-1H6v4h4v-4zM14 12v2h-2v-2h2zm1-1h-4v4h4v-4z"}),props.children);});var ArrowDown16=/*#__PURE__*/React.forwardRef(function ArrowDown16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M12.3 9.3L8.5 13.1 8.5 1 7.5 1 7.5 13.1 3.7 9.3 3 10 8 15 13 10z"}),props.children);});var ArrowLeft16=/*#__PURE__*/React.forwardRef(function ArrowLeft16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M6.7 12.3L2.9 8.5 15 8.5 15 7.5 2.9 7.5 6.7 3.7 6 3 1 8 6 13z"}),props.children);});var ArrowRight16=/*#__PURE__*/React.forwardRef(function ArrowRight16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M9.3 3.7L13.1 7.5 1 7.5 1 8.5 13.1 8.5 9.3 12.3 10 13 15 8 10 3z"}),props.children);});var ArrowUp16=/*#__PURE__*/React.forwardRef(function ArrowUp16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M3.7 6.7L7.5 2.9 7.5 15 8.5 15 8.5 2.9 12.3 6.7 13 6 8 1 3 6z"}),props.children);});var ArrowsVertical16=/*#__PURE__*/React.forwardRef(function ArrowsVertical16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M13.8 10.3L12 12.1 12 2 11 2 11 12.1 9.2 10.3 8.5 11 11.5 14 14.5 11zM4.5 2L1.5 5 2.2 5.7 4 3.9 4 14 5 14 5 3.9 6.8 5.7 7.5 5z"}),props.children);});var Arrows16=/*#__PURE__*/React.forwardRef(function Arrows16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M13.8 10.3L12 12.1 12 2 11 2 11 12.1 9.2 10.3 8.5 11 11.5 14 14.5 11zM4.5 2L1.5 5 2.2 5.7 4 3.9 4 14 5 14 5 3.9 6.8 5.7 7.5 5z"}),props.children);});var Asleep16=/*#__PURE__*/React.forwardRef(function Asleep16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M7.2,2.3c-1,4.4,1.7,8.7,6.1,9.8c0.1,0,0.1,0,0.2,0c-1.1,1.2-2.7,1.8-4.3,1.8c-0.1,0-0.2,0-0.2,0C5.6,13.8,3,11,3.2,7.7\tC3.2,5.3,4.8,3.1,7.2,2.3 M8,1L8,1C4.1,1.6,1.5,5.3,2.1,9.1c0.6,3.3,3.4,5.8,6.8,5.9c0.1,0,0.2,0,0.3,0c2.3,0,4.4-1.1,5.8-3\tc0.2-0.2,0.1-0.6-0.1-0.7c-0.1-0.1-0.2-0.1-0.3-0.1c-3.9-0.3-6.7-3.8-6.4-7.6C8.3,3,8.4,2.4,8.6,1.8c0.1-0.3,0-0.6-0.3-0.7\tC8.1,1,8.1,1,8,1z"}),props.children);});var Attachment16=/*#__PURE__*/React.forwardRef(function Attachment16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M14.1,9L7,1.9C5.6,0.6,3.3,0.7,2,2.1S0.7,5.6,1.9,7l1.6,1.6l0.8-0.8L2.7,6.2c-1-0.9-1-2.5-0.1-3.5s2.5-1,3.5-0.1l0.1,0.1\tl7.1,7.1c1,0.9,1,2.5,0.1,3.5s-2.5,1-3.5,0.1l-0.1-0.1L6.5,9.9C5.9,9.4,5.9,8.5,6.5,8s1.4-0.5,1.9,0l0,0l1.7,1.7L10.9,9L9.1,7.2\tc-1-0.9-2.5-0.9-3.5,0.1c-0.9,0.9-0.9,2.4,0,3.3L9,14.1c1.4,1.3,3.7,1.2,5-0.2S15.3,10.4,14.1,9z"}),props.children);});var Awake16=/*#__PURE__*/React.forwardRef(function Awake16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M7.5 1H8.5V3.5H7.5z"}),React.createElement("path",{d:"M10.8 3.4H13.3V4.4H10.8z",transform:"rotate(-45.001 12.074 3.922)"}),React.createElement("path",{d:"M12.5 7.5H15V8.5H12.5z"}),React.createElement("path",{d:"M11.6 10.8H12.6V13.3H11.6z",transform:"rotate(-45.001 12.077 12.075)"}),React.createElement("path",{d:"M7.5 12.5H8.5V15H7.5z"}),React.createElement("path",{d:"M2.7 11.6H5.2V12.6H2.7z",transform:"rotate(-45.001 3.929 12.078)"}),React.createElement("path",{d:"M1 7.5H3.5V8.5H1z"}),React.createElement("path",{d:"M3.4 2.7H4.4V5.2H3.4z",transform:"rotate(-45.001 3.926 3.925)"}),React.createElement("path",{d:"M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"}),props.children);});var BackToTop16=/*#__PURE__*/React.forwardRef(function BackToTop16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8 7L3 12 3.7 12.7 8 8.4 12.3 12.7 13 12zM2 4H14V5H2z"}),props.children);});var Calendar16=/*#__PURE__*/React.forwardRef(function Calendar16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M13,2h-2V1h-1v1H6V1H5v1H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V3C14,2.4,13.6,2,13,2z M13,13H3V6h10V13z M13,5H3V3h2v1h1V3h4v1h1V3h2V5z"}),props.children);});var CaretDown16=/*#__PURE__*/React.forwardRef(function CaretDown16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M12 6L8 10 4 6z"}),props.children);});var CaretLeft16=/*#__PURE__*/React.forwardRef(function CaretLeft16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M11 12L6 8 11 4z"}),props.children);});var CaretRight16=/*#__PURE__*/React.forwardRef(function CaretRight16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M6 4L11 8 6 12z"}),props.children);});var CaretSortDown16=/*#__PURE__*/React.forwardRef(function CaretSortDown16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M11.5 10L8 14 4.5 10z"}),props.children);});var CaretSortUp16=/*#__PURE__*/React.forwardRef(function CaretSortUp16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M4.5 6L8 2 11.5 6z"}),props.children);});var CaretSort16=/*#__PURE__*/React.forwardRef(function CaretSort16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M4.5 6L8 2 11.5 6zM11.5 10L8 14 4.5 10z"}),props.children);});var CaretUp16=/*#__PURE__*/React.forwardRef(function CaretUp16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M4 10L8 6 12 10z"}),props.children);});var Chat16=/*#__PURE__*/React.forwardRef(function Chat16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8.9,14L8,13.5l2-3.5h3c0.6,0,1-0.4,1-1V3c0-0.6-0.4-1-1-1H3C2.4,2,2,2.4,2,3v6c0,0.6,0.4,1,1,1h4.5v1H3c-1.1,0-2-0.9-2-2V3\tc0-1.1,0.9-2,2-2h10c1.1,0,2,0.9,2,2v6c0,1.1-0.9,2-2,2h-2.4L8.9,14z"}),React.createElement("path",{d:"M4 4H12V5H4zM4 7H9V8H4z"}),props.children);});var CheckmarkFilled16=/*#__PURE__*/React.forwardRef(function CheckmarkFilled16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8c0,3.9,3.1,7,7,7s7-3.1,7-7C15,4.1,11.9,1,8,1z M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z"}),React.createElement("path",{d:"M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z","data-icon-path":"inner-path",opacity:"0"}),props.children);});var CheckmarkOutline16=/*#__PURE__*/React.forwardRef(function CheckmarkOutline16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"}),React.createElement("path",{d:"M7 10.8L4.5 8.3 5.3 7.5 7 9.2 10.7 5.5 11.5 6.3z"}),props.children);});var Checkmark16=/*#__PURE__*/React.forwardRef(function Checkmark16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M6 10.6L2.5 7.1 1.8 7.8 5.3 11.3 6 12 13.1 4.9 12.4 4.2z"}),props.children);});var ChevronDown16=/*#__PURE__*/React.forwardRef(function ChevronDown16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"}),props.children);});var ChevronLeft16=/*#__PURE__*/React.forwardRef(function ChevronLeft16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"}),props.children);});var ChevronMini16=/*#__PURE__*/React.forwardRef(function ChevronMini16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M15 9L15 15 9 15z"}),props.children);});var ChevronRight16=/*#__PURE__*/React.forwardRef(function ChevronRight16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"}),props.children);});var ChevronSortDown16=/*#__PURE__*/React.forwardRef(function ChevronSortDown16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5z"}),props.children);});var ChevronSortUp16=/*#__PURE__*/React.forwardRef(function ChevronSortUp16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"}),props.children);});var ChevronSort16=/*#__PURE__*/React.forwardRef(function ChevronSort16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5zM8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"}),props.children);});var ChevronUp16=/*#__PURE__*/React.forwardRef(function ChevronUp16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"}),props.children);});var CloseFilled16=/*#__PURE__*/React.forwardRef(function CloseFilled16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2\tl2.7-2.7l0.8,0.8L8.8,8l2.7,2.7L10.7,11.5z"}),props.children);});var CloseOutline16=/*#__PURE__*/React.forwardRef(function CloseOutline16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"}),React.createElement("path",{d:"M10.7 11.5L8 8.8 5.3 11.5 4.5 10.7 7.2 8 4.5 5.3 5.3 4.5 8 7.2 10.7 4.5 11.5 5.3 8.8 8 11.5 10.7z"}),props.children);});var Close16=/*#__PURE__*/React.forwardRef(function Close16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M12 4.7L11.3 4 8 7.3 4.7 4 4 4.7 7.3 8 4 11.3 4.7 12 8 8.7 11.3 12 12 11.3 8.7 8z"}),props.children);});var Code16=/*#__PURE__*/React.forwardRef(function Code16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M15.5 8L12 11.5 11.3 10.8 14.1 8 11.3 5.2 12 4.5zM.5 8L4 4.5 4.7 5.2 1.9 8 4.7 10.8 4 11.5z"}),React.createElement("path",{d:"M3 7.5H13.1V8.5H3z",transform:"rotate(-75.001 7.997 8)"}),props.children);});var CopyFile16=/*#__PURE__*/React.forwardRef(function CopyFile16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M14.72,7.35l-3-3.06A1,1,0,0,0,11,4H5A1,1,0,0,0,4,5v9a1,1,0,0,0,1,1H14a1,1,0,0,0,1-1V8A1,1,0,0,0,14.72,7.35ZM11,5l3,3H11ZM5,14V5h5V8a1,1,0,0,0,1,1h3v5Z"}),React.createElement("path",{d:"M2,9H1V2A1,1,0,0,1,2,1H9V2H2Z"}),props.children);});var Copy16=/*#__PURE__*/React.forwardRef(function Copy16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M14,5v9H5V5h9m0-1H5A1,1,0,0,0,4,5v9a1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V5a1,1,0,0,0-1-1Z"}),React.createElement("path",{d:"M2,9H1V2A1,1,0,0,1,2,1H9V2H2Z"}),props.children);});var Delete16=/*#__PURE__*/React.forwardRef(function Delete16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M6 6H7V12H6zM9 6H10V12H9z"}),React.createElement("path",{d:"M2 3v1h1v10c0 .6.4 1 1 1h8c.6 0 1-.4 1-1V4h1V3H2zM4 14V4h8v10H4zM6 1H10V2H6z"}),props.children);});var Document16=/*#__PURE__*/React.forwardRef(function Document16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M12.9,4.7L9.4,1.2C9.3,1.1,9.1,1,9,1H4C3.4,1,3,1.4,3,2v12c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1V5C13,4.9,12.9,4.7,12.9,4.7z M9,2.2L11.8,5H9V2.2z M12,14H4V2h4v3c0,0.6,0.4,1,1,1h3V14z"}),React.createElement("path",{d:"M5 11H11V12H5zM5 8H11V9H5z"}),props.children);});var DownToBottom16=/*#__PURE__*/React.forwardRef(function DownToBottom16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8 10L13 5 12.3 4.3 8 8.6 3.7 4.3 3 5zM2 12H14V13H2z"}),props.children);});var Download16=/*#__PURE__*/React.forwardRef(function Download16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M13 7L12.3 6.3 8.5 10.1 8.5 1 7.5 1 7.5 10.1 3.7 6.3 3 7 8 12zM13 12v2H3v-2H2v2l0 0c0 .6.4 1 1 1h10c.6 0 1-.4 1-1l0 0v-2H13z"}),props.children);});var Draggable16=/*#__PURE__*/React.forwardRef(function Draggable16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M5 3H7V5H5zM9 3H11V5H9zM5 7H7V9H5zM9 7H11V9H9zM5 11H7V13H5zM9 11H11V13H9z"}),props.children);});var EditOff16=/*#__PURE__*/React.forwardRef(function EditOff16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M15 14.3L1.7 1 1 1.7l5 5-4 4V14h3.2l4-4 5 5L15 14.3zM4.8 13H3v-1.8l3.8-3.8 1.8 1.8L4.8 13zM14.7 3.1L14.7 3.1l-1.8-1.8c-.4-.4-1-.4-1.4 0 0 0 0 0 0 0l0 0-4 4L8.2 6 10 4.2 11.8 6 10 7.8l.7.7 4-4C15.1 4.1 15.1 3.5 14.7 3.1 14.7 3.1 14.7 3.1 14.7 3.1zM12.5 5.3l-1.8-1.8L12.2 2 14 3.8 12.5 5.3z"}),props.children);});var Edit16=/*#__PURE__*/React.forwardRef(function Edit16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M1 13H15V14H1zM12.7 4.5c.4-.4.4-1 0-1.4 0 0 0 0 0 0l-1.8-1.8c-.4-.4-1-.4-1.4 0 0 0 0 0 0 0L2 8.8V12h3.2L12.7 4.5zM10.2 2L12 3.8l-1.5 1.5L8.7 3.5 10.2 2zM3 11V9.2l5-5L9.8 6l-5 5H3z"}),props.children);});var Email16=/*#__PURE__*/React.forwardRef(function Email16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M14,3H2C1.4,3,1,3.4,1,4v8c0,0.6,0.4,1,1,1h12c0.6,0,1-0.4,1-1V4C15,3.4,14.6,3,14,3z M12.9,4L8,7.4L3.1,4H12.9z M2,12V4.5\tl5.7,4c0.2,0.1,0.4,0.1,0.6,0l5.7-4V12H2z"}),props.children);});var ErrorFilled16=/*#__PURE__*/React.forwardRef(function ErrorFilled16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L4.5,5.3l0.8-0.8l6.2,6.2L10.7,11.5z"}),React.createElement("path",{fill:"none",d:"M10.7,11.5L4.5,5.3l0.8-0.8l6.2,6.2L10.7,11.5z","data-icon-path":"inner-path",opacity:"0"}),props.children);});var ErrorOutline16=/*#__PURE__*/React.forwardRef(function ErrorOutline16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"}),React.createElement("path",{d:"M7.4 3.6H8.5V12.4H7.4z",transform:"rotate(-45.001 8 8)"}),props.children);});var Export16=/*#__PURE__*/React.forwardRef(function Export16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M13 12v2H3v-2H2v2l0 0c0 .6.4 1 1 1h10c.6 0 1-.4 1-1l0 0v-2H13zM3 6L3.7 6.7 7.5 2.9 7.5 12 8.5 12 8.5 2.9 12.3 6.7 13 6 8 1z"}),props.children);});var Fade16=/*#__PURE__*/React.forwardRef(function Fade16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M4.1 12.6l-.6.8c.6.5 1.3.9 2.1 1.2l.3-.9C5.3 13.4 4.7 13 4.1 12.6zM2.1 9l-1 .2c.1.8.4 1.6.8 2.3L2.8 11C2.4 10.4 2.2 9.7 2.1 9zM5.9 2.4L5.6 1.4C4.8 1.7 4.1 2.1 3.5 2.7l.6.8C4.7 3 5.3 2.6 5.9 2.4zM2.8 5L1.9 4.5C1.5 5.2 1.3 6 1.1 6.8l1 .2C2.2 6.3 2.5 5.6 2.8 5zM8 1v1c3.3 0 6 2.7 6 6s-2.7 6-6 6v1c3.9 0 7-3.1 7-7S11.9 1 8 1z"}),props.children);});var FavoriteFilled16=/*#__PURE__*/React.forwardRef(function FavoriteFilled16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M11.2,2c-1,0-2,0.4-2.7,1.1L8,3.7L7.4,3.1C6,1.6,3.6,1.6,2.1,3.1c0,0,0,0,0,0C0.6,4.6,0.6,7,2.1,8.5l5.9,6l5.9-6\tc1.5-1.5,1.5-3.9,0-5.4C13.2,2.4,12.2,2,11.2,2z"}),props.children);});var Favorite16=/*#__PURE__*/React.forwardRef(function Favorite16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M11.2,3c0.7,0,1.4,0.3,2,0.8c1.1,1.1,1.1,2.9,0,4L8,13.1L2.8,7.8c-1.1-1.1-1.1-2.9,0-4c1.1-1.1,2.8-1.1,3.9,0c0,0,0,0,0,0\tL8,5.1l1.3-1.3C9.8,3.3,10.5,3,11.2,3 M11.2,2c-1,0-2,0.4-2.7,1.1L8,3.7L7.4,3.1C6,1.6,3.6,1.6,2.1,3.1c0,0,0,0,0,0\tC0.6,4.6,0.6,7,2.1,8.5l5.9,6l5.9-6c1.5-1.5,1.5-3.9,0-5.4C13.2,2.4,12.2,2,11.2,2z"}),props.children);});var FolderAdd16=/*#__PURE__*/React.forwardRef(function FolderAdd16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M13 10L12 10 12 12 10 12 10 13 12 13 12 15 13 15 13 13 15 13 15 12 13 12z"}),React.createElement("path",{d:"M14,4H8L6.3,2.3C6.1,2.1,5.9,2,5.6,2H2C1.4,2,1,2.4,1,3v10c0,0.6,0.4,1,1,1h6v-1H2V3h3.6l1.7,1.7L7.6,5H14v4h1V5\tC15,4.4,14.6,4,14,4z"}),props.children);});var Folder16=/*#__PURE__*/React.forwardRef(function Folder16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M5.6,3l1.7,1.7L7.6,5H14v8H2V3H5.6 M5.6,2H2C1.4,2,1,2.4,1,3v10c0,0.6,0.4,1,1,1h12c0.6,0,1-0.4,1-1V5c0-0.6-0.4-1-1-1H8\tL6.3,2.3C6.1,2.1,5.9,2,5.6,2z"}),props.children);});var Forum16=/*#__PURE__*/React.forwardRef(function Forum16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M2,9H1V2.5C1,1.7,1.7,1,2.5,1H9v1H2V9z"}),React.createElement("path",{d:"M14,3H4C3.4,3,3,3.4,3,4v7c0,0.6,0.4,1,1,1h4v-1H4V4h10v7h-3.6L8,14.4L8.8,15l2.1-3H14c0.6,0,1-0.4,1-1V4\tC15,3.4,14.6,3,14,3z"}),props.children);});var Grid16=/*#__PURE__*/React.forwardRef(function Grid16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M6 2H3C2.4 2 2 2.4 2 3v3c0 .6.4 1 1 1h3c.6 0 1-.4 1-1V3C7 2.4 6.6 2 6 2zM6 6H3V3h3V6zM13 2h-3C9.4 2 9 2.4 9 3v3c0 .6.4 1 1 1h3c.6 0 1-.4 1-1V3C14 2.4 13.6 2 13 2zM13 6h-3V3h3V6zM6 9H3c-.6 0-1 .4-1 1v3c0 .6.4 1 1 1h3c.6 0 1-.4 1-1v-3C7 9.4 6.6 9 6 9zM6 13H3v-3h3V13zM13 9h-3c-.6 0-1 .4-1 1v3c0 .6.4 1 1 1h3c.6 0 1-.4 1-1v-3C14 9.4 13.6 9 13 9zM13 13h-3v-3h3V13z"}),props.children);});var HelpFilled16=/*#__PURE__*/React.forwardRef(function HelpFilled16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,12.5c-0.4,0-0.8-0.3-0.8-0.8S7.6,11,8,11c0.4,0,0.8,0.3,0.8,0.8\tS8.4,12.5,8,12.5z M8.6,8.6v1.2H7.4V7.5h1.1c0.7,0,1.2-0.6,1.1-1.3c0-0.6-0.5-1.1-1.1-1.1H7.8c-0.7,0-1.2,0.5-1.2,1.2v0.3H5.4V6.3\tC5.4,5,6.5,4,7.8,4h0.7c1.3,0,2.3,1.1,2.2,2.4C10.7,7.6,9.8,8.6,8.6,8.6L8.6,8.6z"}),props.children);});var Help16=/*#__PURE__*/React.forwardRef(function Help16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"}),React.createElement("circle",{cx:"8",cy:"11.8",r:".8"}),React.createElement("path",{d:"M8.5,4H7.8C6.5,4,5.5,5,5.5,6.2c0,0,0,0,0,0v0.2h1V6.2C6.5,5.6,7.1,5,7.8,5h0.8c0.7,0,1.2,0.6,1.2,1.2S9.2,7.5,8.5,7.5h-1\tv2.2h1V8.5c1.2,0,2.2-1,2.2-2.2S9.7,4,8.5,4z"}),props.children);});var InformationFilled16=/*#__PURE__*/React.forwardRef(function InformationFilled16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,3.5c0.4,0,0.8,0.3,0.8,0.8S8.4,5,8,5C7.6,5,7.2,4.7,7.2,4.2\tS7.6,3.5,8,3.5z M10,12.1H6v-1.1h1.4V7.6H6.5V6.4h2.1v4.5H10V12.1z"}),props.children);});var Information16=/*#__PURE__*/React.forwardRef(function Information16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"}),React.createElement("path",{d:"M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"}),props.children);});var Interactions16=/*#__PURE__*/React.forwardRef(function Interactions16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{fillRule:"evenodd",d:"M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"}),props.children);});var Launch16=/*#__PURE__*/React.forwardRef(function Launch16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"}),React.createElement("path",{d:"M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"}),props.children);});var Light16=/*#__PURE__*/React.forwardRef(function Light16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M7.5 1H8.5V3.5H7.5z"}),React.createElement("path",{d:"M10.8 3.4H13.3V4.4H10.8z",transform:"rotate(-45.001 12.041 3.923)"}),React.createElement("path",{d:"M12.5 7.5H15V8.5H12.5z"}),React.createElement("path",{d:"M11.6 10.8H12.6V13.3H11.6z",transform:"rotate(-45.001 12.075 12.041)"}),React.createElement("path",{d:"M7.5 12.5H8.5V15H7.5z"}),React.createElement("path",{d:"M2.7 11.6H5.2V12.6H2.7z",transform:"rotate(-45.001 3.96 12.079)"}),React.createElement("path",{d:"M1 7.5H3.5V8.5H1z"}),React.createElement("path",{d:"M3.4 2.7H4.4V5.2H3.4z",transform:"rotate(-45.001 3.925 3.961)"}),React.createElement("path",{d:"M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"}),props.children);});var ListBulleted16=/*#__PURE__*/React.forwardRef(function ListBulleted16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("circle",{cx:"3.5",cy:"4.5",r:"1.5"}),React.createElement("circle",{cx:"3.5",cy:"11.5",r:"1.5"}),React.createElement("path",{d:"M8 11H15V12H8zM8 4H15V5H8z"}),props.children);});var Locked16=/*#__PURE__*/React.forwardRef(function Locked16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M12,7h-1V4c0-1.7-1.3-3-3-3S5,2.3,5,4v3H4C3.4,7,3,7.4,3,8v6c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1V8C13,7.4,12.6,7,12,7z M6,4\tc0-1.1,0.9-2,2-2s2,0.9,2,2v3H6V4z M12,14H4V8h8V14z"}),props.children);});var Maximize16=/*#__PURE__*/React.forwardRef(function Maximize16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M6 15L6 14 2.7 14 7 9.7 6.3 9 2 13.3 2 10 1 10 1 15zM10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"}),props.children);});var Menu16=/*#__PURE__*/React.forwardRef(function Menu16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M2 12H14V13H2zM2 9H14V10H2zM2 6H14V7H2zM2 3H14V4H2z"}),props.children);});var Minimize16=/*#__PURE__*/React.forwardRef(function Minimize16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M2 9L2 10 5.3 10 1 14.3 1.7 15 6 10.7 6 14 7 14 7 9zM14 7L14 6 10.7 6 15 1.7 14.3 1 10 5.3 10 2 9 2 9 7z"}),props.children);});var MisuseOutline16=/*#__PURE__*/React.forwardRef(function MisuseOutline16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"}),React.createElement("path",{d:"M10.7 11.5L8 8.8 5.3 11.5 4.5 10.7 7.2 8 4.5 5.3 5.3 4.5 8 7.2 10.7 4.5 11.5 5.3 8.8 8 11.5 10.7z"}),props.children);});var Misuse16=/*#__PURE__*/React.forwardRef(function Misuse16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2\tl2.7-2.7l0.8,0.8L8.8,8l2.7,2.7L10.7,11.5z"}),React.createElement("path",{d:"M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2l2.7-2.7l0.8,0.8L8.8,8\tl2.7,2.7L10.7,11.5z","data-icon-path":"inner-path",opacity:"0"}),props.children);});var NewTab16=/*#__PURE__*/React.forwardRef(function NewTab16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M13,13H3V3h5V2H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V8h-1V13z"}),React.createElement("path",{d:"M13 3L13 1 12 1 12 3 10 3 10 4 12 4 12 6 13 6 13 4 15 4 15 3z"}),props.children);});var Nominal16=/*#__PURE__*/React.forwardRef(function Nominal16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M12,8 C13.6568542,8 15,9.34314575 15,11 C15,12.6568542 13.6568542,14 12,14 C10.3431458,14 9,12.6568542 9,11 C9,9.34314575 10.3431458,8 12,8 Z M4,8 C5.65685425,8 7,9.34314575 7,11 C7,12.6568542 5.65685425,14 4,14 C2.34314575,14 1,12.6568542 1,11 C1,9.34314575 2.34314575,8 4,8 Z M12,9 C10.8954305,9 10,9.8954305 10,11 C10,12.1045695 10.8954305,13 12,13 C13.1045695,13 14,12.1045695 14,11 C14,9.8954305 13.1045695,9 12,9 Z M4,9 C2.8954305,9 2,9.8954305 2,11 C2,12.1045695 2.8954305,13 4,13 C5.1045695,13 6,12.1045695 6,11 C6,9.8954305 5.1045695,9 4,9 Z M8,2 C9.65685425,2 11,3.34314575 11,5 C11,6.65685425 9.65685425,8 8,8 C6.34314575,8 5,6.65685425 5,5 C5,3.34314575 6.34314575,2 8,2 Z M8,3 C6.8954305,3 6,3.8954305 6,5 C6,6.1045695 6.8954305,7 8,7 C9.1045695,7 10,6.1045695 10,5 C10,3.8954305 9.1045695,3 8,3 Z"}),props.children);});var NotificationOff16=/*#__PURE__*/React.forwardRef(function NotificationOff16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M2.5 11.5v-.8l1.3-1.4C3.9 9.3 4 9.1 4 9V6.5c0-2.2 1.8-4 4-4 .9 0 1.8.3 2.5.9l.7-.7C10.5 2 9.5 1.6 8.5 1.5v-1h-1v1C5 1.8 3 3.9 3 6.5v2.3l-1.4 1.3c-.1.1-.2.2-.1.4v1H2.5zM13 8.8V6.5c0-.8-.2-1.6-.5-2.2L15 1.7 14.3 1 1 14.3 1.7 15l2.5-2.5h1.3C5.5 13.9 6.6 15 8 15s2.5-1.1 2.5-2.5H14c.3 0 .5-.2.5-.4 0 0 0 0 0-.1v-1.5c0-.1-.1-.3-.1-.4L13 8.8zM8 14c-.8 0-1.5-.7-1.5-1.5h3C9.5 13.3 8.8 14 8 14zM13.5 11.5H5.2L11.7 5C11.9 5.5 12 6 12 6.5V9c0 .1.1.3.1.4l1.4 1.3V11.5z"}),props.children);});var Notification16=/*#__PURE__*/React.forwardRef(function Notification16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M14.4,10.1L13,8.8V6.5c0-2.6-1.9-4.7-4.5-5v-1h-1v1C5,1.8,3,3.9,3,6.5v2.3l-1.4,1.3c-0.1,0.1-0.2,0.2-0.1,0.4V12\tc0,0.3,0.2,0.5,0.4,0.5c0,0,0,0,0.1,0h3.5C5.5,13.9,6.6,15,8,15s2.5-1.1,2.5-2.5H14c0.3,0,0.5-0.2,0.5-0.4c0,0,0,0,0-0.1v-1.5\tC14.5,10.4,14.4,10.2,14.4,10.1z M8,14c-0.8,0-1.5-0.7-1.5-1.5h3C9.5,13.3,8.8,14,8,14z M13.5,11.5h-11v-0.8l1.3-1.4\tC3.9,9.3,4,9.1,4,9V6.5c0-2.2,1.8-4,4-4s4,1.8,4,4V9c0,0.1,0.1,0.3,0.1,0.4l1.4,1.3V11.5z"}),props.children);});var Ordinal16=/*#__PURE__*/React.forwardRef(function Ordinal16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M1,13 L1,12 L3,12 L3,9 L5.999,9 L6,6 L9,6 L9,3 L13,3 L13,12 L15,12 L15,13 L1,13 Z M5.999,10 L4,10 L4,12 L5.999,12 L5.999,10 Z M8.999,7 L6.999,7 L6.999,9 L7,9 L7,12 L8.999,12 L8.999,7 Z M12,4 L10,4 L10,12 L12,12 L12,4 Z"}),props.children);});var OverflowMenuHorizontal16=/*#__PURE__*/React.forwardRef(function OverflowMenuHorizontal16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("circle",{cx:"3",cy:"8",r:"1"}),React.createElement("circle",{cx:"8",cy:"8",r:"1"}),React.createElement("circle",{cx:"13",cy:"8",r:"1"}),props.children);});var OverflowMenuVertical16=/*#__PURE__*/React.forwardRef(function OverflowMenuVertical16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("circle",{cx:"8",cy:"3",r:"1"}),React.createElement("circle",{cx:"8",cy:"8",r:"1"}),React.createElement("circle",{cx:"8",cy:"13",r:"1"}),props.children);});var PauseOutlineFilled16=/*#__PURE__*/React.forwardRef(function PauseOutlineFilled16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M7,11H6V5h1V11z M10,11H9V5h1V11z"}),props.children);});var PauseOutline16=/*#__PURE__*/React.forwardRef(function PauseOutline16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M7 5L6 5 6 11 7 11 7 5zM10 5L9 5 9 11 10 11 10 5z"}),React.createElement("path",{d:"M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z"}),props.children);});var Pause16=/*#__PURE__*/React.forwardRef(function Pause16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M6 4v8H4V4H6M6 3H4C3.4 3 3 3.4 3 4v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V4C7 3.4 6.6 3 6 3zM12 4v8h-2V4H12M12 3h-2C9.4 3 9 3.4 9 4v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V4C13 3.4 12.6 3 12 3z"}),props.children);});var PlayFilled16=/*#__PURE__*/React.forwardRef(function PlayFilled16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11.7,8.4l-5.5,3c-0.2,0.1-0.3,0.1-0.5,0c-0.2-0.1-0.2-0.3-0.2-0.4V5\tc0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3C12,7.7,12.1,8,11.9,8.2C11.9,8.3,11.8,8.4,11.7,8.4L11.7,8.4z"}),props.children);});var PlayOutlineFilled16=/*#__PURE__*/React.forwardRef(function PlayOutlineFilled16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11.7,8.4l-5.5,3c-0.2,0.1-0.3,0.1-0.5,0c-0.2-0.1-0.2-0.3-0.2-0.4V5\tc0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3C12,7.7,12.1,8,11.9,8.2C11.9,8.3,11.8,8.4,11.7,8.4L11.7,8.4z"}),React.createElement("path",{d:"M6.5 10.2L10.5 8 6.5 5.8z"}),props.children);});var PlayOutline16=/*#__PURE__*/React.forwardRef(function PlayOutline16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z"}),React.createElement("path",{d:"M6,11.5c-0.1,0-0.2,0-0.3-0.1c-0.2-0.1-0.2-0.3-0.2-0.4V5c0-0.2,0.1-0.3,0.2-0.4c0.2-0.1,0.3-0.1,0.5,0l5.5,3\tC12,7.7,12.1,8,11.9,8.2c0,0.1-0.1,0.2-0.2,0.2l-5.5,3C6.2,11.5,6.1,11.5,6,11.5z M6.5,5.8v4.3l4-2.2L6.5,5.8z"}),props.children);});var Play16=/*#__PURE__*/React.forwardRef(function Play16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M3.5,14C3.2,14,3,13.8,3,13.5v-11c0-0.2,0.1-0.3,0.2-0.4C3.4,2,3.6,2,3.8,2.1l9.5,5.5c0.2,0.1,0.3,0.4,0.2,0.7\tc0,0.1-0.1,0.1-0.2,0.2l-9.5,5.5C3.7,14,3.6,14,3.5,14z M4,3.4v9.3L12,8L4,3.4z"}),props.children);});var Power16=/*#__PURE__*/React.forwardRef(function Power16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M11.2,2.9l-0.5,0.9c2.6,1.5,3.5,4.9,2,7.5s-4.9,3.5-7.5,2s-3.5-4.9-2-7.5c0.5-0.8,1.2-1.5,2-2L4.8,2.9\tc-3.1,1.8-4.2,5.8-2.4,8.9s5.8,4.2,8.9,2.4s4.2-5.8,2.4-8.9C13.1,4.3,12.2,3.4,11.2,2.9z"}),React.createElement("path",{d:"M7.5 1H8.5V8H7.5z"}),props.children);});var Redo16=/*#__PURE__*/React.forwardRef(function Redo16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M4,8c-1.2,0-2,0.8-2,2c0,1.2,0.8,2,2,2h3v1H4c-1.7,0-3-1.2-3-3c0-1.7,1.3-3,3-3l9.1,0l-2-2l0.7-0.7\tL15,7.5l-3.2,3.2L11.1,10l2-2L4,8z"}),props.children);});var Restart16=/*#__PURE__*/React.forwardRef(function Restart16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M13,9c0,2.8-2.2,5-5,5s-5-2.2-5-5s2.2-5,5-5h3.1L9.3,5.8L10,6.5l3-3l-3-3L9.3,1.2L11.1,3H8C4.7,3,2,5.7,2,9s2.7,6,6,6\ts6-2.7,6-6H13z"}),props.children);});var Save16=/*#__PURE__*/React.forwardRef(function Save16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M13.9,4.6l-2.5-2.5C11.3,2.1,11.1,2,11,2H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V5\tC14,4.9,13.9,4.7,13.9,4.6z M6,3h4v2H6V3z M10,13H6V9h4V13z M11,13V9c0-0.6-0.4-1-1-1H6C5.4,8,5,8.4,5,9v4H3V3h2v2c0,0.6,0.4,1,1,1\th4c0.6,0,1-0.4,1-1V3.2l2,2V13H11z"}),props.children);});var Search16=/*#__PURE__*/React.forwardRef(function Search16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M15,14.3L10.7,10c1.9-2.3,1.6-5.8-0.7-7.7S4.2,0.7,2.3,3S0.7,8.8,3,10.7c2,1.7,5,1.7,7,0l4.3,4.3L15,14.3z M2,6.5\tC2,4,4,2,6.5,2S11,4,11,6.5S9,11,6.5,11S2,9,2,6.5z"}),props.children);});var SettingsAdjust16=/*#__PURE__*/React.forwardRef(function SettingsAdjust16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M15 4h-2.1c-.2-1.1-1.2-2-2.4-2S8.3 2.9 8.1 4H1v1h7.1c.2 1.1 1.2 2 2.4 2s2.2-.9 2.4-2H15V4zM10.5 6C9.7 6 9 5.3 9 4.5S9.7 3 10.5 3 12 3.7 12 4.5 11.3 6 10.5 6zM1 12h2.1c.2 1.1 1.2 2 2.4 2s2.2-.9 2.4-2H15v-1H7.9C7.7 9.9 6.7 9 5.5 9s-2.2.9-2.4 2H1V12zM5.5 10C6.3 10 7 10.7 7 11.5S6.3 13 5.5 13 4 12.3 4 11.5 4.7 10 5.5 10z"}),props.children);});var Settings16=/*#__PURE__*/React.forwardRef(function Settings16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M13.5,8.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l1-0.8c0.4-0.3,0.4-0.9,0.2-1.3l-1.2-2C13.3,3.2,13,3,12.6,3\tc-0.1,0-0.2,0-0.3,0.1l-1.2,0.4c-0.2-0.1-0.4-0.3-0.7-0.4l-0.3-1.3C10.1,1.3,9.7,1,9.2,1H6.8c-0.5,0-0.9,0.3-1,0.8L5.6,3.1\tC5.3,3.2,5.1,3.3,4.9,3.4L3.7,3C3.6,3,3.5,3,3.4,3C3,3,2.7,3.2,2.5,3.5l-1.2,2C1.1,5.9,1.2,6.4,1.6,6.8l0.9,0.9c0,0.1,0,0.3,0,0.4\tc0,0.1,0,0.3,0,0.4L1.6,9.2c-0.4,0.3-0.5,0.9-0.2,1.3l1.2,2C2.7,12.8,3,13,3.4,13c0.1,0,0.2,0,0.3-0.1l1.2-0.4\tc0.2,0.1,0.4,0.3,0.7,0.4l0.3,1.3c0.1,0.5,0.5,0.8,1,0.8h2.4c0.5,0,0.9-0.3,1-0.8l0.3-1.3c0.2-0.1,0.4-0.2,0.7-0.4l1.2,0.4\tc0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.2,0.9-0.5l1.1-2c0.2-0.4,0.2-0.9-0.2-1.3L13.5,8.4z M12.6,12l-1.7-0.6c-0.4,0.3-0.9,0.6-1.4,0.8\tL9.2,14H6.8l-0.4-1.8c-0.5-0.2-0.9-0.5-1.4-0.8L3.4,12l-1.2-2l1.4-1.2c-0.1-0.5-0.1-1.1,0-1.6L2.2,6l1.2-2l1.7,0.6\tC5.5,4.2,6,4,6.5,3.8L6.8,2h2.4l0.4,1.8c0.5,0.2,0.9,0.5,1.4,0.8L12.6,4l1.2,2l-1.4,1.2c0.1,0.5,0.1,1.1,0,1.6l1.4,1.2L12.6,12z"}),React.createElement("path",{d:"M8,11c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3C11,9.6,9.7,11,8,11C8,11,8,11,8,11z M8,6C6.9,6,6,6.8,6,7.9C6,7.9,6,8,6,8\tc0,1.1,0.8,2,1.9,2c0,0,0.1,0,0.1,0c1.1,0,2-0.8,2-1.9c0,0,0-0.1,0-0.1C10,6.9,9.2,6,8,6C8.1,6,8,6,8,6z"}),props.children);});var StarFilled16=/*#__PURE__*/React.forwardRef(function StarFilled16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7L8,1z"}),props.children);});var StarHalf16=/*#__PURE__*/React.forwardRef(function StarHalf16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M5.7 5.6L0.6 6.3 4.3 9.9 3.5 15 8 12.6 8 1z"}),props.children);});var Star16=/*#__PURE__*/React.forwardRef(function Star16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,3.3l1.4,2.8l0.2,0.5l0.5,0.1l3.1,0.4L11,9.2l-0.4,0.4l0.1,0.5l0.5,3.1l-2.8-1.4L8,11.5l-0.5,0.2l-2.8,1.4l0.5-3.1\tl0.1-0.5L5,9.2L2.8,7l3.1-0.4l0.5-0.1L6.6,6L8,3.3 M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7\tL8,1z"}),props.children);});var StopFilled16=/*#__PURE__*/React.forwardRef(function StopFilled16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4\tc0.6,0,1,0.4,1,1V10z"}),props.children);});var StopOutlineFilled16=/*#__PURE__*/React.forwardRef(function StopOutlineFilled16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4\tc0.6,0,1,0.4,1,1V10z"}),React.createElement("path",{d:"M6 6H10V10H6z"}),props.children);});var StopOutline16=/*#__PURE__*/React.forwardRef(function StopOutline16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z"}),React.createElement("path",{d:"M10,6v4H6V6H10 M10,5H6C5.4,5,5,5.4,5,6v4c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1V6C11,5.4,10.6,5,10,5z"}),props.children);});var Stop16=/*#__PURE__*/React.forwardRef(function Stop16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M12,4v8H4V4H12 M12,3H4C3.4,3,3,3.4,3,4v8c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1V4C13,3.4,12.6,3,12,3z"}),props.children);});var SubtractAlt16=/*#__PURE__*/React.forwardRef(function SubtractAlt16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z"}),React.createElement("path",{d:"M5 7.5H11V8.5H5z"}),props.children);});var Subtract16=/*#__PURE__*/React.forwardRef(function Subtract16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M4 7.5H12V8.5H4z"}),props.children);});var Switcher16=/*#__PURE__*/React.forwardRef(function Switcher16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M12 12H14V14H12zM7 12H9V14H7zM2 12H4V14H2zM12 7H14V9H12zM7 7H9V9H7zM2 7H4V9H2zM12 2H14V4H12zM7 2H9V4H7zM2 2H4V4H2z"}),props.children);});var TrashCan16=/*#__PURE__*/React.forwardRef(function TrashCan16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M6 6H7V12H6zM9 6H10V12H9z"}),React.createElement("path",{d:"M2 3v1h1v10c0 .6.4 1 1 1h8c.6 0 1-.4 1-1V4h1V3H2zM4 14V4h8v10H4zM6 1H10V2H6z"}),props.children);});var Undo16=/*#__PURE__*/React.forwardRef(function Undo16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M12,8c1.2,0,2,0.8,2,2c0,1.2-0.8,2-2,2H9v1h3c1.7,0,3-1.2,3-3c0-1.7-1.3-3-3-3L2.9,7l2-2L4.2,4.3L1,7.5\tl3.2,3.2L4.9,10l-2-2L12,8z"}),props.children);});var Unlocked16=/*#__PURE__*/React.forwardRef(function Unlocked16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M12,7H6V4c0-1.1,0.9-2,2-2s2,0.9,2,2h1c0-1.7-1.3-3-3-3S5,2.3,5,4v3H4C3.4,7,3,7.4,3,8v6c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1\tV8C13,7.4,12.6,7,12,7z M12,14H4V8h8V14z"}),props.children);});var UpToTop16=/*#__PURE__*/React.forwardRef(function UpToTop16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8 6L3 11 3.7 11.7 8 7.4 12.3 11.7 13 11zM2 3H14V4H2z"}),props.children);});var Upload16=/*#__PURE__*/React.forwardRef(function Upload16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M3 9L3.7 9.7 7.5 5.9 7.5 15 8.5 15 8.5 5.9 12.3 9.7 13 9 8 4zM3 4V2h10v2h1V2c0-.6-.4-1-1-1H3C2.4 1 2 1.4 2 2v2H3z"}),props.children);});var UserAvatar16=/*#__PURE__*/React.forwardRef(function UserAvatar16(props,ref){return React.createElement(Icon,_extends({width:16,height:16,viewBox:"0 0 16 16",ref:ref},props),React.createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M5,13.2v-1.5c0-0.9,0.6-1.6,1.5-1.7h3c0.9,0.1,1.5,0.8,1.5,1.7v1.5\tC9.1,14.3,6.9,14.3,5,13.2L5,13.2z M12,12l0-0.8c0-0.9-1.1-2.1-2.5-2.2h-3C5.1,9.1,4,10.3,4,11.7l0,0.5v0.3c-2.5-2.2-2.7-6-0.5-8.5\ts6-2.7,8.5-0.5s2.7,6,0.5,8.5