@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.44 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("@amaui/ui-react");
const IconMaterialBallot = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Ballot', short_name: 'Ballot', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M13 10h3q.425 0 .712-.288Q17 9.425 17 9t-.288-.713Q16.425 8 16 8h-3q-.425 0-.712.287Q12 8.575 12 9t.288.712Q12.575 10 13 10Zm0 6h3q.425 0 .712-.288Q17 15.425 17 15t-.288-.713Q16.425 14 16 14h-3q-.425 0-.712.287Q12 14.575 12 15t.288.712Q12.575 16 13 16Zm-5-5h2q.425 0 .713-.288Q11 10.425 11 10V8q0-.425-.287-.713Q10.425 7 10 7H8q-.425 0-.713.287Q7 7.575 7 8v2q0 .425.287.712Q7.575 11 8 11Zm0 6h2q.425 0 .713-.288Q11 16.425 11 16v-2q0-.425-.287-.713Q10.425 13 10 13H8q-.425 0-.713.287Q7 13.575 7 14v2q0 .425.287.712Q7.575 17 8 17Zm-3 4q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h14q.825 0 1.413.587Q21 4.175 21 5v14q0 .825-.587 1.413Q19.825 21 19 21Zm0-2h14V5H5v14Zm0 0V5v14Z" }) })));
});
IconMaterialBallot.displayName = 'AmauiIconMaterialBallot';
exports.default = IconMaterialBallot;