UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js'); var index = require('../../node_modules/react/index.js'); const Glass64 = (_a) => { var { fill, size = '4rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]); return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M9 6.5A2.5 2.5 0 0 0 6.5 9v46A2.5 2.5 0 0 0 9 57.5h46a2.5 2.5 0 0 0 2.5-2.5V9A2.5 2.5 0 0 0 55 6.5H9Zm.5 48v-45h45v45h-45Zm11.207-39.126a1 1 0 0 0-1.414-1.414l-5.333 5.333a1 1 0 1 0 1.414 1.414l5.333-5.333Zm8 6.586a1 1 0 0 1 0 1.414l-5.333 5.333a1 1 0 0 1-1.414-1.414l5.333-5.333a1 1 0 0 1 1.414 0Zm0-6.586a1 1 0 0 0-1.414-1.414L13.96 27.293a1 1 0 1 0 1.414 1.414l13.333-13.333Z" }))); }; exports.default = Glass64;