iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.09 kB
JavaScript
"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 BrandCinema4d = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-cinema-4d", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M9.65 6.956a5.39 5.39 0 007.494 7.495M3 12a9 9 0 1018 0 9 9 0 10-18 0M17.7 12.137A5.738 5.738 0 1111.963 6.4" }),
React.createElement("path", { d: "M17.7 12.338v-1.175c0-.47.171-.92.476-1.253a1.56 1.56 0 011.149-.52c.827 0 1.523.676 1.62 1.573.037.344.055.69.055 1.037M11.662 6.4h1.175c.47 0 .92-.176 1.253-.49.333-.314.52-.74.52-1.184 0-.852-.676-1.57-1.573-1.67A9.496 9.496 0 0012 3" }));
exports.default = BrandCinema4d;