UNPKG

985 BJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Mobile = 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: "M15,0 C16.1045695,0 17,0.8954305 17,2 L17,18 C17,19.1045695 16.1045695,20 15,20 L5,20 C3.8954305,20 3,19.1045695 3,18 L3,2 C3,0.8954305 3.8954305,0 5,0 L15,0 Z M15.6,15.388 L4.4,15.388 L4.4,18 C4.4,18.3313708 4.66862915,18.6 5,18.6 L15,18.6 C15.3313708,18.6 15.6,18.3313708 15.6,18 L15.6,15.388 Z M10,16 C10.5522847,16 11,16.4477153 11,17 C11,17.5522847 10.5522847,18 10,18 C9.44771525,18 9,17.5522847 9,17 C9,16.4477153 9.44771525,16 10,16 Z M15,1.4 L5,1.4 C4.66862915,1.4 4.4,1.66862915 4.4,2 L4.4,13.988 L15.6,13.988 L15.6,2 C15.6,1.66862915 15.3313708,1.4 15,1.4 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file