UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const VidShareScreen = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("g", { fill: "currentColor", fillRule: "evenodd" }, React.createElement("path", { d: "M13 4H4.995C3.893 4 3 4.9 3 6.009v7.982C3 15.098 3.893 16 4.995 16h14.01C20.107 16 21 15.1 21 13.991V7.5 11h-2v3H5V6h8V4z", fillRule: "nonzero" }), React.createElement("path", { d: "M10 17h4v3h-4z" }), React.createElement("path", { d: "M9 20a1 1 0 0 1 .99-1h4.02c.546 0 .99.444.99 1v1H9v-1z" }), React.createElement("path", { d: "M19 5v3a1 1 0 0 0 2 0V4a1 1 0 0 0-1-1h-4a1 1 0 0 0 0 2h3z", fillRule: "nonzero" }), React.createElement("path", { d: "M19 3.586l-6.707 6.707a1 1 0 0 0 1.414 1.414L20.414 5H19V3.586z", fillRule: "nonzero" }))); exports.default = VidShareScreen;