@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.56 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 IconMaterialReceiptW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ReceiptW100Filled', short_name: 'Receipt', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M172-172v-630q0-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.5v630q0 9-7.5 13t-15.5-1l-17-11q-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-17 11q-8 5-15.5 1t-7.5-13Zm108-166h400q6 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 4Z" }) })));
});
IconMaterialReceiptW100Filled.displayName = 'OnesyIconMaterialReceiptW100Filled';
exports.default = IconMaterialReceiptW100Filled;