@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
87 lines (85 loc) • 3.73 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 Video01 = (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: "M32 39.25H8C6.20507 39.25 4.75 37.7949 4.75 36V4C4.75 2.20508 6.20508 0.75 8 0.75H24C24.1212 0.75 24.2375 0.798159 24.3232 0.883883L35.1161 11.6768C35.2018 11.7625 35.25 11.8788 35.25 12V36C35.25 37.7949 33.7949 39.25 32 39.25Z",
fill: "white",
stroke: "#C5CCD3",
strokeWidth: 1.5
}), /*#__PURE__*/ _react.createElement("path", {
d: "M24 0.5V8C24 10.2091 25.7909 12 28 12H35.5",
stroke: "#C5CCD3",
strokeWidth: 1.5
}), /*#__PURE__*/ _react.createElement("g", {
clipPath: "url(#clip0_10530_97903)"
}, /*#__PURE__*/ _react.createElement("path", {
d: "M12.5 24H27.5M12.5 20.25H16.25M23.75 20.25H27.5M12.5 27.75H16.25M23.75 27.75H27.5M16.25 31.5V16.5M23.75 31.5V16.5M16.1 31.5H23.9C25.1601 31.5 25.7902 31.5 26.2715 31.2548C26.6948 31.039 27.039 30.6948 27.2548 30.2715C27.5 29.7902 27.5 29.1601 27.5 27.9V20.1C27.5 18.8399 27.5 18.2098 27.2548 17.7285C27.039 17.3052 26.6948 16.961 26.2715 16.7452C25.7902 16.5 25.1601 16.5 23.9 16.5H16.1C14.8399 16.5 14.2098 16.5 13.7285 16.7452C13.3052 16.961 12.961 17.3052 12.7452 17.7285C12.5 18.2098 12.5 18.8399 12.5 20.1V27.9C12.5 29.1601 12.5 29.7902 12.7452 30.2715C12.961 30.6948 13.3052 31.039 13.7285 31.2548C14.2098 31.5 14.8399 31.5 16.1 31.5Z",
stroke: "#6554C0",
strokeWidth: 1.5,
strokeLinecap: "round",
strokeLinejoin: "round"
})), /*#__PURE__*/ _react.createElement("defs", null, /*#__PURE__*/ _react.createElement("clipPath", {
id: "clip0_10530_97903"
}, /*#__PURE__*/ _react.createElement("rect", {
width: 18,
height: 18,
fill: "white",
transform: "translate(11 15)"
})))));
const ForwardRef = /*#__PURE__*/ (0, _react.forwardRef)(Video01);
const _default = ForwardRef;