@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.85 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialPictureAsPdfW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PictureAsPdfW100', short_name: 'PictureAsPdf', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M370-546h52q11.9 0 19.95-8.05Q450-562.1 450-574v-52q0-11.9-8.05-19.95Q433.9-654 422-654h-66q-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v160q0 5.6 4.2 9.8 4.2 4.2 9.8 4.2 5.6 0 9.8-4.2 4.2-4.2 4.2-9.8v-66Zm0-28v-52h52v52h-52Zm198 108q11.9 0 19.95-8.05Q596-482.1 596-494v-132q0-11.9-8.05-19.95Q579.9-654 568-654h-62q-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v160q0 5.6 4.2 9.8 4.2 4.2 9.8 4.2h62Zm-48-28v-132h48v132h-48Zm156-52h46q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8 0-5.6-4.2-9.8-4.2-4.2-9.8-4.2h-46v-52h46q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8 0-5.6-4.2-9.8-4.2-4.2-9.8-4.2h-60q-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v160q0 5.6 4.2 9.8 4.2 4.2 9.8 4.2 5.6 0 9.8-4.2 4.2-4.2 4.2-9.8v-66ZM326-292q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h416q26 0 43 17t17 43v416q0 26-17 43t-43 17H326Zm0-28h416q12 0 22-10t10-22v-416q0-12-10-22t-22-10H326q-12 0-22 10t-10 22v416q0 12 10 22t22 10ZM218-184q-26 0-43-17t-17-43v-430q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v430q0 12 10 22t22 10h430q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H218Zm76-616v480-480Z" }) })));
});
IconMaterialPictureAsPdfW100.displayName = 'OnesyIconMaterialPictureAsPdfW100';
exports.default = IconMaterialPictureAsPdfW100;
;