@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.57 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 IconMaterialReceiptW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ReceiptW100', short_name: 'Receipt', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M172-158v-644q0-5 4-6.5t8 .5l28 19q4 2 8 2t8-2l36-22q4-2 8-2t8 2l36 22q4 2 8 2t8-2l36-22q4-2 8-2t8 2l36 22q4 2 8 2t8-2l36-22q4-2 8-2t8 2l36 22q4 2 8 2t8-2l36-22q4-2 8-2t8 2l36 22q4 2 8 2t8-2l36-22q4-2 8-2t8 2l36 22q4 2 8 2t8-2l28-19q4-2 8-.5t4 6.5v644q0 5-4 6.5t-8-.5l-28-19q-4-2-8-2t-8 2l-36 22q-4 2-8 2t-8-2l-36-22q-4-2-8-2t-8 2l-36 22q-4 2-8 2t-8-2l-36-22q-4-2-8-2t-8 2l-36 22q-4 2-8 2t-8-2l-36-22q-4-2-8-2t-8 2l-36 22q-4 2-8 2t-8-2l-36-22q-4-2-8-2t-8 2l-36 22q-4 2-8 2t-8-2l-36-22q-4-2-8-2t-8 2l-28 19q-4 2-8 .5t-4-6.5Zm108-180h400q6 0 10-4t4-10q0-6-4-10t-10-4H280q-6 0-10 4t-4 10q0 6 4 10t10 4Zm0-128h400q6 0 10-4t4-10q0-6-4-10t-10-4H280q-6 0-10 4t-4 10q0 6 4 10t10 4Zm0-128h400q6 0 10-4t4-10q0-6-4-10t-10-4H280q-6 0-10 4t-4 10q0 6 4 10t10 4Zm-80 398h560v-568H200v568Zm0-568v568-568Z" }) })));
});
IconMaterialReceiptW100.displayName = 'OnesyIconMaterialReceiptW100';
exports.default = IconMaterialReceiptW100;
;