UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.07 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 Data32 = (_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: "M21.667 4a1 1 0 0 0 1 1h2.919L16 14.586 11.374 9.96a1 1 0 0 0-1.414 0l-6.667 6.666a1 1 0 1 0 1.414 1.414l5.96-5.96 4.626 4.627a1 1 0 0 0 1.414 0L27 6.414v2.92a1 1 0 1 0 2 0V4a1 1 0 0 0-1-1h-5.333a1 1 0 0 0-1 1ZM29 14.667a1 1 0 1 0-2 0V28a1 1 0 1 0 2 0V14.667ZM23 28V17.333a1 1 0 1 0-2 0V28a1 1 0 1 0 2 0Zm-12-9.333a1 1 0 1 0-2 0V28a1 1 0 1 0 2 0v-9.333Zm6 2.666a1 1 0 1 0-2 0V28a1 1 0 1 0 2 0v-6.667ZM5 22.667a1 1 0 1 0-2 0V28a1 1 0 1 0 2 0v-5.333Z" }))); }; exports.default = Data32;