UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 953 B
'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 Glass32 = (_a) => { var { fill, size = '2rem' } = _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 32 32" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M5 3a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5Zm0 2h22v22H5V5Zm5.354 2.687a.5.5 0 0 0-.708-.707L6.98 9.646a.5.5 0 0 0 .707.708l2.667-2.667Zm4 3.293a.5.5 0 0 1 0 .707l-2.667 2.667a.5.5 0 0 1-.707-.708l2.666-2.666a.5.5 0 0 1 .708 0Zm0-3.293a.5.5 0 0 0-.708-.707L6.98 13.646a.5.5 0 0 0 .707.708l6.667-6.667Z" }))); }; exports.default = Glass32;