@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 2.34 kB
JavaScript
;
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 FileDOC64 = (_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: "M11.833 8a1.5 1.5 0 0 1 1.5-1.5h24a1.5 1.5 0 0 1 1.06.44l13.334 13.333a1.5 1.5 0 0 1 .44 1.06V56a1.5 1.5 0 0 1-1.5 1.5H13.333a1.5 1.5 0 0 1-1.5-1.5V8Zm3 1.5v45h34.334V22.833H37.333a1.5 1.5 0 0 1-1.5-1.5V9.5h-21Zm24 2.121 8.212 8.212h-8.212v-8.212Zm-6.941 27.926c-.726 0-1.367.169-1.918.512-.546.344-.967.854-1.264 1.522-.298.662-.443 1.47-.443 2.419 0 .949.146 1.76.443 2.43.297.668.718 1.179 1.264 1.523.551.343 1.192.512 1.918.512.725 0 1.363-.169 1.907-.512.553-.344.978-.854 1.275-1.523.297-.67.443-1.481.443-2.43 0-.949-.146-1.757-.443-2.419-.298-.668-.722-1.178-1.275-1.522-.544-.343-1.182-.512-1.907-.512Zm8.843 0c-.734 0-1.394.173-1.976.522-.577.343-1.03.852-1.36 1.52-.33.67-.493 1.48-.493 2.423 0 .943.162 1.752.493 2.423.33.668.788 1.178 1.373 1.52.59.341 1.258.51 1.999.51.806 0 1.487-.194 2.034-.59.548-.398.92-.888 1.105-1.47l.041-.13-1.67-.505-.048.107a1.743 1.743 0 0 1-.544.703c-.22.155-.514.239-.894.239-.626 0-1.115-.228-1.48-.682-.357-.454-.547-1.155-.547-2.125 0-.971.187-1.672.537-2.127.357-.46.84-.692 1.466-.692.38 0 .669.088.879.249l.004.003c.226.16.408.388.543.69l.048.106 1.668-.504-.038-.128c-.178-.583-.545-1.07-1.094-1.461-.555-.404-1.24-.601-2.046-.601Zm-17.794.156h-2.858v8.606h2.858c1.172 0 2.128-.353 2.853-1.07.739-.722 1.096-1.81 1.096-3.24 0-1.435-.353-2.524-1.084-3.239-.726-.708-1.685-1.057-2.865-1.057Zm7.668 2.142c.31-.436.733-.652 1.283-.652.55 0 .974.217 1.284.653.31.43.479 1.139.479 2.154 0 1.023-.168 1.74-.48 2.178-.31.428-.732.64-1.283.64-.55 0-.974-.212-1.284-.64-.311-.438-.479-1.155-.479-2.178 0-1.016.169-1.725.48-2.155Zm-8.7 4.854v-5.386h.864c.769 0 1.323.226 1.689.658.37.436.565 1.105.565 2.029 0 1.019-.218 1.706-.62 2.1-.41.396-.951.599-1.634.599h-.863Z" })));
};
exports.default = FileDOC64;