UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.07 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 Looker = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M11.947 0a2.1 2.1 0 00-2.095 2.104 2.1 2.1 0 00.355 1.166l.895-.896a.884.884 0 11.565.564l-.895.895A2.096 2.096 0 0013.118.359 2.096 2.096 0 0011.948 0zm-.834 6.113a3.263 3.263 0 00-.653-1.965L9.294 5.31a1.667 1.667 0 01-.317 2.012l.632 1.545a3.282 3.282 0 001.503-2.754zm-3.25 1.666h-.03a1.67 1.67 0 01-.004-3.338 1.669 1.669 0 01.92.275L9.9 3.564a3.28 3.28 0 00-4.133 5.094 3.28 3.28 0 002.728.666L7.863 7.78v-.001zm4.128 1.336c-.728 0-1.452.106-2.15.315l.922 2.252a5.02 5.02 0 11-1.127.435l-.91-2.244a7.442 7.442 0 00-3.41 9.956v.001a7.442 7.442 0 009.957 3.41h.001a7.442 7.442 0 003.412-9.957A7.442 7.442 0 0012 9.113h-.008l-.001.002z" })); exports.default = Looker;