UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 912 B
"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 Klook = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M4.8 0A4.79 4.79 0 000 4.8v14.4C0 21.86 2.14 24 4.8 24h14.4c2.66 0 4.8-2.14 4.8-4.8V4.8C24 2.14 21.86 0 19.2 0H4.8zM12 3.449v.001c4.242 0 7.833 1.904 7.833 6.17 0 2.932-3.86 7.815-6.164 10.164-.99 1.008-2.32 1.036-3.338 0-2.303-2.349-6.164-7.232-6.164-10.164 0-4.162 3.476-6.171 7.833-6.171zm3.54 2.155l-5.05 4.96 5.05 4.956a1.84 1.84 0 000-2.634v-.001l-2.366-2.323 2.366-2.323a1.84 1.84 0 000-2.635zm-7.349.144v9.772a1.86 1.86 0 001.868-1.852V7.602a1.86 1.86 0 00-1.866-1.854h-.002z" })); exports.default = Klook;