UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 2.63 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 WwwCursor = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M3.5 6.75A.75.75 0 014.25 6h15.501a.75.75 0 01.75.75v8.763l1.5 1.096V6.75a2.25 2.25 0 00-2.25-2.25H4.25A2.25 2.25 0 002 6.75v10.5a2.25 2.25 0 002.25 2.25h9.403l-.161-1.5H4.25a.75.75 0 01-.75-.75V6.75z", fill: "#323544" }), React.createElement("path", { d: "M18.7 14.114h-.113l-1.109-.81-.282-1.346c-.004-.012-.01-.018-.018-.018-.008 0-.014.006-.018.018l-.18.982-.268-.195a2.25 2.25 0 00-1.538-.424l-.577-1.951-.654 2.464c-.395.33-.663.782-.764 1.28h-.619c-.056 0-.09-.026-.102-.078l-.435-2.078c-.004-.012-.01-.018-.018-.018-.009 0-.014.006-.019.018l-.38 2.072c-.012.056-.044.084-.097.084h-.9a.127.127 0 01-.066-.018.096.096 0 01-.036-.06L9.423 10.37l-.974 3.666c-.012.052-.044.078-.096.078h-.967c-.056 0-.09-.026-.102-.078l-.435-2.078c-.004-.012-.01-.018-.018-.018-.008 0-.014.006-.018.018l-.38 2.072c-.013.056-.045.084-.098.084h-.9a.127.127 0 01-.066-.018.096.096 0 01-.036-.06L4.137 9.989a.067.067 0 01-.006-.03c0-.049.028-.073.084-.073h1.027c.053 0 .085.026.097.079l.513 1.969c.004.012.01.02.018.024.008 0 .014-.008.018-.024l.405-1.97c.012-.052.046-.078.103-.078h.882c.052 0 .084.026.096.079l.453 1.969c.004.016.01.024.018.024.009 0 .015-.008.019-.024l.453-1.97c.012-.052.044-.078.096-.078h2.003c.052 0 .085.026.097.079l.513 1.969c.004.012.01.02.018.024.008 0 .014-.008.018-.024l.405-1.97c.012-.052.046-.078.103-.078h.881c.053 0 .085.026.097.079l.453 1.969c.004.016.01.024.018.024.008 0 .014-.008.018-.024l.453-1.97c.012-.052.045-.078.097-.078h2.003c.052 0 .084.026.097.079l.513 1.969c.004.012.01.02.018.024.008 0 .014-.008.018-.024l.405-1.97c.012-.052.046-.078.103-.078h.881c.053 0 .085.026.097.079l.453 1.969c.004.016.01.024.018.024.008 0 .014-.008.018-.024l.453-1.97c.012-.052.044-.078.097-.078h1.033c.032 0 .054.01.066.03.016.017.02.04.012.073l-1.075 4.047c-.012.052-.044.078-.096.078z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.007 13.995a.75.75 0 01.817.044l4.856 3.548a.75.75 0 01-.306 1.343l-1.492.277.801 1.388a.75.75 0 01-1.299.75l-.802-1.389-.986 1.155a.75.75 0 01-1.316-.407l-.644-5.979a.75.75 0 01.37-.73zm1.578 4.82l.201-.236a2.25 2.25 0 011.3-.75l.305-.057-2.082-1.52.276 2.563z", fill: "#323544" })); exports.default = WwwCursor;