UNPKG

@comfortdelgro/compass-icons

Version:
39 lines (37 loc) 2.15 kB
import * as React from "react"; import { forwardRef } from "react"; 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__*/ forwardRef(Video01); export default ForwardRef;