UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 917 B
"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 CameraSlashLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M52.44 36a6 6 0 00-8.88 8l12.69 14H48a22 22 0 00-22 22v112a22 22 0 0022 22h150.07l5.49 6a6 6 0 008.88-8.08zm53.06 76.2l40.11 44.13A29.67 29.67 0 01128 162a30 30 0 01-22.5-49.84zM48 202a10 10 0 01-10-10V80a10 10 0 0110-10h19.16l30.23 33.25a42 42 0 0056.33 62L187.16 202zM230 80v106a6 6 0 01-12 0V80a10 10 0 00-10-10h-32a6 6 0 01-5-2.67L156.78 46H99.21l-.23.34a6 6 0 01-10-6.65l2-3A6 6 0 0196 34h64a6 6 0 015 2.67L179.21 58H208a22 22 0 0122 22z" })); exports.default = CameraSlashLight;