UNPKG

1.14 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Laptop = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M1.36363636,2.34936676 L1.36363636,13.1443009 L18.6363636,13.1443009 L18.6363636,2.34936676 L1.36363636,2.34936676 Z M19.0909091,1 C19.5929861,1 20,1.40275472 20,1.89957784 L20,13.5940898 C20,14.0909129 19.5929861,14.4936676 19.0909091,14.4936676 L10.56,14.493 L10.56,17.65 L13.9973724,17.6506332 C14.3739302,17.6506332 14.6791906,17.9526993 14.6791906,18.3253166 C14.6791906,18.697934 14.3739302,19 13.9973724,19 L5.98120994,19 C5.60465216,19 5.29939176,18.697934 5.29939176,18.3253166 C5.29939176,17.9526993 5.60465216,17.6506332 5.98120994,17.6506332 L9.197,17.65 L9.197,14.493 L0.909090909,14.4936676 C0.407013864,14.4936676 0,14.0909129 0,13.5940898 L0,1.89957784 C0,1.40275472 0.407013864,1 0.909090909,1 L19.0909091,1 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file