@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.59 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 FileFIG64 = (_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-1.175 27.926c-.75 0-1.423.182-2.014.548-.584.358-1.04.875-1.37 1.543-.323.67-.482 1.459-.482 2.362 0 .889.164 1.674.494 2.351.33.669.792 1.193 1.382 1.567.599.366 1.275.547 2.026.547a5.55 5.55 0 0 0 1.856-.307 4.04 4.04 0 0 0 1.476-.882l.041-.039V43.46h-3.795v1.61h1.968v1.217c-.35.35-.859.533-1.546.533a1.8 1.8 0 0 1-1.041-.313c-.303-.207-.548-.517-.733-.938-.175-.427-.265-.949-.265-1.568 0-.627.09-1.148.265-1.567.184-.422.431-.728.733-.927a1.8 1.8 0 0 1 1.04-.313c.397 0 .718.088.971.255.258.169.449.4.575.696l.046.11 1.685-.492-.041-.13a2.791 2.791 0 0 0-1.157-1.523c-.564-.378-1.271-.562-2.114-.562Zm-9.273.156h-5.45v8.606h1.827v-3.36h3.023v-1.574h-3.023v-2.062h3.623v-1.61Zm3.469 0h-1.827v8.606h1.827v-8.606Z" })));
};
exports.default = FileFIG64;