@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.3 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialPreviewOffW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PreviewOffW100', short_name: 'PreviewOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M485-332q-61 0-111-30t-77-78q20-35 51.5-61t72.5-38l23 23q-35 8-64.5 27.5T327-440q29 38 70.5 59t87.5 21q24 0 47-6.5t44-17.5l21 21q-25 15-53 23t-59 8Zm172-84-19-19q1-2 2-2.5t2-2.5q-14-18-30-31.5T577-496l-47-47q47 10 84 37t58 66q-4 6-7 12t-8 12ZM232-172q-25 0-42.5-17.5T172-232v-496q0-5 .5-9t2.5-8l-17-17q-4-4-4.5-9.5T158-782q5-5 10-5t10 5l604 604q4 4 4.5 9.5T782-158q-5 5-10 5t-10-5l-16-16q-5 1-9 1.5t-9 .5H232Zm0-28h488L200-720v488q0 14 9 23t23 9Zm556-85-28-28v-319H441L285-788h443q25 0 42.5 17.5T788-728v443Z" }) })));
});
IconMaterialPreviewOffW100.displayName = 'OnesyIconMaterialPreviewOffW100';
exports.default = IconMaterialPreviewOffW100;
;