UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.44 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 TiltShift = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-tilt-shift", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M8.178 2.766a1 1 0 11.764 1.848 8 8 0 00-2.595 1.733 1 1 0 11-1.414-1.414 10 10 0 013.245-2.167M2.767 8.176a1 1 0 111.846.768A8 8 0 004 12.002a1 1 0 01-2-.004 10 10 0 01.767-3.822M3.308 14.516a1 1 0 011.306.542 8 8 0 001.733 2.595 1 1 0 11-1.414 1.414 10 10 0 01-2.167-3.245 1 1 0 01.542-1.306M7.637 19.926a1 1 0 011.307-.54 8 8 0 003.058.614 1 1 0 01-.004 2 10 10 0 01-3.822-.767 1 1 0 01-.54-1.307M17.653 17.653a1 1 0 111.414 1.414 10 10 0 01-3.245 2.167 1 1 0 11-.764-1.848 8 8 0 002.595-1.733M21.002 11A1 1 0 0122 12.002a10 10 0 01-.767 3.822 1 1 0 11-1.846-.768A8 8 0 0020 11.998 1 1 0 0121.002 11M17.653 4.933a1 1 0 011.414 0 10 10 0 012.167 3.245 1 1 0 11-1.848.764 8 8 0 00-1.733-2.595 1 1 0 010-1.414M12.002 2a10 10 0 013.822.767 1 1 0 11-.768 1.846A8 8 0 0011.998 4a1 1 0 01.004-2M12 9a3 3 0 11-3 3l.005-.176A3 3 0 0112 9" })); exports.default = TiltShift;