@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
91 lines (89 loc) • 3.77 kB
JavaScript
"use strict";
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 Video02Solid = (props, ref)=>/*#__PURE__*/ _react.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 40 40",
ref: ref,
...props
}, /*#__PURE__*/ _react.createElement("g", {
fill: "none"
}, /*#__PURE__*/ _react.createElement("path", {
d: "M4 4C4 1.79086 5.79086 0 8 0H24L36 12V36C36 38.2091 34.2091 40 32 40H8C5.79086 40 4 38.2091 4 36V4Z",
fill: "#6554C0"
}), /*#__PURE__*/ _react.createElement("path", {
opacity: 0.3,
d: "M24 0L36 12H28C25.7909 12 24 10.2091 24 8V0Z",
fill: "white"
}), /*#__PURE__*/ _react.createElement("g", {
clipPath: "url(#clip0_10530_97933)"
}, /*#__PURE__*/ _react.createElement("path", {
d: "M20 30.6667C23.6819 30.6667 26.6667 27.6819 26.6667 24C26.6667 20.3181 23.6819 17.3333 20 17.3333C16.3181 17.3333 13.3334 20.3181 13.3334 24C13.3334 27.6819 16.3181 30.6667 20 30.6667Z",
stroke: "white",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
}), /*#__PURE__*/ _react.createElement("path", {
d: "M18.3334 21.9769C18.3334 21.6587 18.3334 21.4996 18.3999 21.4108C18.4578 21.3334 18.5465 21.285 18.643 21.2781C18.7536 21.2702 18.8875 21.3562 19.1551 21.5283L22.3022 23.5514C22.5344 23.7007 22.6506 23.7753 22.6907 23.8703C22.7257 23.9532 22.7257 24.0468 22.6907 24.1297C22.6506 24.2247 22.5344 24.2993 22.3022 24.4486L19.1551 26.4717C18.8875 26.6438 18.7536 26.7298 18.643 26.7219C18.5465 26.7151 18.4578 26.6666 18.3999 26.5892C18.3334 26.5004 18.3334 26.3413 18.3334 26.0231V21.9769Z",
stroke: "white",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
})), /*#__PURE__*/ _react.createElement("defs", null, /*#__PURE__*/ _react.createElement("clipPath", {
id: "clip0_10530_97933"
}, /*#__PURE__*/ _react.createElement("rect", {
width: 16,
height: 16,
fill: "white",
transform: "translate(12 16)"
})))));
const ForwardRef = /*#__PURE__*/ (0, _react.forwardRef)(Video02Solid);
const _default = ForwardRef;