@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
67 lines (65 loc) • 3.96 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return _default;
}
});
const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
function _getRequireWildcardCache(nodeInterop) {
if (typeof WeakMap !== "function") return null;
var cacheBabelInterop = new WeakMap();
var cacheNodeInterop = new WeakMap();
return (_getRequireWildcardCache = function(nodeInterop) {
return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
})(nodeInterop);
}
function _interop_require_wildcard(obj, nodeInterop) {
if (!nodeInterop && obj && obj.__esModule) {
return obj;
}
if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
return {
default: obj
};
}
var cache = _getRequireWildcardCache(nodeInterop);
if (cache && cache.has(obj)) {
return cache.get(obj);
}
var newObj = {};
var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
for(var key in obj){
if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
if (desc && (desc.get || desc.set)) {
Object.defineProperty(newObj, key, desc);
} else {
newObj[key] = obj[key];
}
}
}
newObj.default = obj;
if (cache) {
cache.set(obj, newObj);
}
return newObj;
}
const ExclamationOutlined = (props, ref)=>/*#__PURE__*/ _react.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 32 33",
ref: ref,
...props
}, /*#__PURE__*/ _react.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ _react.createElement("path", {
d: "M14.688 10.376C14.688 10.028 14.8263 9.69429 15.0723 9.44824C15.3184 9.20219 15.6521 9.06396 16 9.06396C16.348 9.06396 16.6817 9.20219 16.9278 9.44824C17.1738 9.69429 17.312 10.028 17.312 10.376V17.376C17.312 17.7239 17.1738 18.0576 16.9278 18.3037C16.6817 18.5497 16.348 18.688 16 18.688C15.6521 18.688 15.3184 18.5497 15.0723 18.3037C14.8263 18.0576 14.688 17.7239 14.688 17.376V10.376ZM16 23.938C15.6598 23.938 15.3273 23.8371 15.0444 23.6481C14.7616 23.4591 14.5411 23.1905 14.411 22.8762C14.2808 22.5619 14.2467 22.2161 14.3131 21.8824C14.3794 21.5488 14.5433 21.2423 14.7838 21.0017C15.0244 20.7612 15.3308 20.5974 15.6645 20.531C15.9981 20.4646 16.344 20.4987 16.6582 20.6289C16.9725 20.7591 17.2412 20.9795 17.4302 21.2624C17.6192 21.5452 17.72 21.8778 17.72 22.218C17.72 22.6741 17.5388 23.1116 17.2163 23.4342C16.8937 23.7568 16.4562 23.938 16 23.938Z"
}), /*#__PURE__*/ _react.createElement("path", {
d: "M16 31.5C13.0333 31.5 10.1332 30.6203 7.66645 28.972C5.19972 27.3238 3.27713 24.9811 2.14181 22.2403C1.0065 19.4994 0.709449 16.4834 1.28823 13.5736C1.86701 10.6639 3.29562 7.99119 5.3934 5.8934C7.49119 3.79562 10.1639 2.36701 13.0736 1.78823C15.9834 1.20945 18.9994 1.5065 21.7403 2.64181C24.4811 3.77713 26.8238 5.69972 28.472 8.16645C30.1203 10.6332 31 13.5333 31 16.5C30.9955 20.4769 29.4137 24.2895 26.6016 27.1016C23.7895 29.9137 19.9769 31.4955 16 31.5ZM16 3.49929C13.4293 3.49972 10.9165 4.26237 8.77919 5.69084C6.64192 7.1193 4.97619 9.14942 3.99262 11.5245C3.00906 13.8996 2.75183 16.513 3.25345 19.0343C3.75507 21.5556 4.99302 23.8715 6.81077 25.6892C8.62852 27.507 10.9445 28.7449 13.4657 29.2466C15.987 29.7482 18.6004 29.4909 20.9755 28.5074C23.3506 27.5238 25.3807 25.8581 26.8092 23.7208C28.2376 21.5835 29.0003 19.0707 29.0007 16.5C28.9967 13.0532 27.6258 9.74874 25.1885 7.3115C22.7513 4.87425 19.4468 3.50326 16 3.49929Z"
})));
const ForwardRef = /*#__PURE__*/ (0, _react.forwardRef)(ExclamationOutlined);
const _default = ForwardRef;