UNPKG

1.67 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Appstore = 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: "M7.07070707,10.9090909 C8.18643384,10.9090909 9.09090909,11.8135662 9.09090909,12.9292929 L9.09090909,17.979798 C9.09090909,19.0955247 8.18643384,20 7.07070707,20 L2.02020202,20 C0.904475253,20 0,19.0955247 0,17.979798 L0,12.9292929 C0,11.8135662 0.904475253,10.9090909 2.02020202,10.9090909 L7.07070707,10.9090909 Z M17.979798,10.9090909 C19.0955247,10.9090909 20,11.8135662 20,12.9292929 L20,17.979798 C20,19.0955247 19.0955247,20 17.979798,20 L12.9292929,20 C11.8135662,20 10.9090909,19.0955247 10.9090909,17.979798 L10.9090909,12.9292929 C10.9090909,11.8135662 11.8135662,10.9090909 12.9292929,10.9090909 L17.979798,10.9090909 Z M7.07070707,0 C8.18643384,0 9.09090909,0.904475253 9.09090909,2.02020202 L9.09090909,7.07070707 C9.09090909,8.18643384 8.18643384,9.09090909 7.07070707,9.09090909 L2.02020202,9.09090909 C0.904475253,9.09090909 0,8.18643384 0,7.07070707 L0,2.02020202 C0,0.904475253 0.904475253,0 2.02020202,0 L7.07070707,0 Z M17.979798,0 C19.0955247,0 20,0.904475253 20,2.02020202 L20,7.07070707 C20,8.18643384 19.0955247,9.09090909 17.979798,9.09090909 L12.9292929,9.09090909 C11.8135662,9.09090909 10.9090909,8.18643384 10.9090909,7.07070707 L10.9090909,2.02020202 C10.9090909,0.904475253 11.8135662,0 12.9292929,0 L17.979798,0 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file