UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.34 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 Polaroid = (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-polaroid", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M9.199 9.623l.108.098 3.986 3.986.094.083a1 1 0 001.403-1.403l-.083-.094-.292-.293 1.292-1.293.106-.095c.457-.38.918-.38 1.386.011l.108.098 4.502 4.503a4.003 4.003 0 01-3.596 2.77L18 18H6a4.002 4.002 0 01-3.809-2.775l5.516-5.518.106-.095c.457-.38.918-.38 1.386.011zM18 2a4 4 0 013.995 3.8L22 6v6.585l-3.293-3.292-.15-.137c-1.256-1.095-2.85-1.097-4.096-.017l-.154.14L13 10.585l-2.293-2.292-.15-.137c-1.256-1.095-2.85-1.097-4.096-.017l-.154.14L2 12.585V6a4 4 0 013.8-3.995L6 2h12zm-2.99 3l-.127.007a1 1 0 000 1.986L15 7l.127-.007a1 1 0 000-1.986L15.01 5zM8.01 20a1 1 0 01.117 1.993L8 22a1 1 0 01-.117-1.993L8.01 20zM12.01 20a1 1 0 01.117 1.993L12 22a1 1 0 01-.117-1.993L12.01 20zM16.01 20a1 1 0 01.117 1.993L16 22a1 1 0 01-.117-1.993L16.01 20z" })); exports.default = Polaroid;